Skip to content

Commit b920392

Browse files
committed
0.0.7
1 parent acb1277 commit b920392

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/java/io/github/project516/NumberGuessingGame/ReadVersionFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class ReadVersionFile {
1212
* @return the version string
1313
*/
1414
public String readVersion() {
15-
return "0.0.6";
15+
return "0.0.7";
1616
}
1717
}

app/src/main/resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.6
1+
0.0.7

debian-package/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: numberguessinggame
2-
Version: 0.0.6
2+
Version: 0.0.7
33
Section: games
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)