Skip to content

Commit 179f73b

Browse files
authored
Merge pull request #59 from Project516/Project516-patch-1
Project516 patch 1
2 parents 9a59770 + b764a54 commit 179f73b

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
@@ -12,6 +12,6 @@ public class ReadVersionFile {
1212
* @return the version string
1313
*/
1414
public String readVersion() {
15-
return "0.0.7";
15+
return "0.0.8";
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.7
1+
0.0.8

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

0 commit comments

Comments
 (0)