Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 26, 2023
1 parent 8d6adee commit d0b6618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/desktop/msix/appxmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10">
<Identity Name="dev.schlaubi.Tonbrett" Version="1.10.2.0" Publisher="CN=Michael Rittmeister, O=Michael Rittmeister, S=Bayern, C=DE"
<Identity Name="dev.schlaubi.Tonbrett" Version="1.10.3.0" Publisher="CN=Michael Rittmeister, O=Michael Rittmeister, S=Bayern, C=DE"
ProcessorArchitecture="x64"/>
<Properties>
<DisplayName>Tonbrett</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.10.2"
version = "1.10.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit d0b6618

Please sign in to comment.