Skip to content

Commit

Permalink
Version bump 0.9.38-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 20, 2022
1 parent 4cdcbf7 commit 1a555ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 57
versionName "0.9.37-beta"
versionCode 58
versionName "0.9.38-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.37-beta",
"version": "0.9.38-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",
Expand Down

0 comments on commit 1a555ea

Please sign in to comment.