Skip to content

Commit 90fa60d

Browse files
committed
0.1.0
1 parent b8d97db commit 90fa60d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ public class ReadVersionFile {
1313
/**
1414
* Retrieves the current version of the game by reading from the version.txt resource file.
1515
*
16-
* @return the version string, or "rolling" if the file cannot be read
16+
* @return the version string
1717
*/
1818
public String readVersion() {
19-
String content = "rolling"; // Placeholder version
19+
String content = "0.1.0"; // Placeholder version
2020
try (InputStream inputStream =
2121
getClass().getClassLoader().getResourceAsStream("version.txt");
2222
BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream))) {

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

0 commit comments

Comments
 (0)