Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides committed Aug 11, 2024
1 parent c338ded commit 0be5aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/journal/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.strive.journal"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 63
versionName "1.15.4"
versionCode 64
versionName "1.15.5"
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 libs/utils/src/lib/services/app-version.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface Version {
export class AppVersionService extends FireDocument<Version> {
override path = `meta/version`

version = "1.15.4"
version = "1.15.5"

constructor(
private alertCtrl: AlertController,
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": "strive",
"version": "1.15.4",
"version": "1.15.5",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 0be5aee

Please sign in to comment.