Skip to content

Commit 5d6007a

Browse files
committed
0.0.5
1 parent c97018b commit 5d6007a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class ReadVersionFile {
44
// TODO - make this read the file in the resources directory
55
public String readVersion() {
6-
return "0.0.4";
6+
return "0.0.5";
77
}
88
}

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.4
1+
0.0.5

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: 1.0.0
2+
Version: 0.0.5
33
Section: games
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)