From ea51523ee783c7273699b60ce85ffd051cbd8226 Mon Sep 17 00:00:00 2001 From: wsl dude Date: Mon, 3 Nov 2025 16:31:12 -0600 Subject: [PATCH] fix --- app/src/main/resources/version.txt | 2 +- debian-package/DEBIAN/control | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/app/src/main/resources/version.txt b/app/src/main/resources/version.txt index 7693c96..8da0a6e 100644 --- a/app/src/main/resources/version.txt +++ b/app/src/main/resources/version.txt @@ -1 +1 @@ -0.1.3 \ No newline at end of file +rolling \ No newline at end of file diff --git a/debian-package/DEBIAN/control b/debian-package/DEBIAN/control index 8ba668b..2805dfe 100644 --- a/debian-package/DEBIAN/control +++ b/debian-package/DEBIAN/control @@ -1,16 +1,3 @@ -<<<<<<< HEAD -Package: numberguessinggame -Version: 0.1.3 -Section: games -Priority: optional -Architecture: all -Depends: default-jre | java8-runtime -Maintainer: project516 -Description: A simple number guessing game - A simple number guessing game where you try to guess a randomly - generated number. The game will tell you if your guess is too high - or too low until you find the correct number. -======= Package: numberguessinggame Version: 1.0.0 Section: games @@ -22,4 +9,3 @@ Description: A simple number guessing game A simple number guessing game where you try to guess a randomly generated number. The game will tell you if your guess is too high or too low until you find the correct number. ->>>>>>> parent of ad04a2e (readme fix)