Browse Source

Updated app version to 1.0.1

Vadik Sirekanyan 1 week ago
parent
commit
e475e92ab6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle.kts
  2. 1 1
      snapcraft.yaml

+ 1 - 1
build.gradle.kts

@@ -10,7 +10,7 @@ plugins {
 }
 
 group = "org.sirekanyan"
-version = "1.0.0"
+version = "1.0.1"
 
 repositories {
     mavenCentral()

+ 1 - 1
snapcraft.yaml

@@ -1,6 +1,6 @@
 name: todo-cli
 base: core24
-version: 1.0.0
+version: 1.0.1
 summary: todo command-line app
 description: If you want to get it done, first write it down.