We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97018b commit 5d6007aCopy full SHA for 5d6007a
3 files changed
app/src/main/java/io/github/project516/NumberGuessingGame/ReadVersionFile.java
@@ -3,6 +3,6 @@
3
public class ReadVersionFile {
4
// TODO - make this read the file in the resources directory
5
public String readVersion() {
6
- return "0.0.4";
+ return "0.0.5";
7
}
8
app/src/main/resources/version.txt
@@ -1 +1 @@
1
-0.0.4
+0.0.5
debian-package/DEBIAN/control
@@ -1,5 +1,5 @@
Package: numberguessinggame
2
-Version: 1.0.0
+Version: 0.0.5
Section: games
Priority: optional
Architecture: all
0 commit comments