Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinoosauro committed Aug 30, 2024
1 parent d7b8fa2 commit 1e26a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 16
targetSdk 34
versionCode 1
versionName "1.1.0"
versionName "1.1.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class CheckUpdates {
/**
* The current version of PodcastDownloader
*/
public static final String VERSION_NUMBER = "1.1.0";
public static final String VERSION_NUMBER = "1.1.1";
/**
* The latest version, fetched from GitHub
*/
Expand Down
2 changes: 1 addition & 1 deletion updateCode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit 1e26a52

Please sign in to comment.