Skip to content

Commit

Permalink
Merge branch 'release/v1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 22, 2024
2 parents 4f71f12 + 5189958 commit 35cb23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "com.mshdabiola.skeletonapp"
version = "1.1.4"
version = "1.1.5"

dependencies {

Expand Down Expand Up @@ -185,7 +185,7 @@ android {
defaultConfig {
applicationId = "com.mshdabiola.skeletonapp"
versionCode = 3
versionName = "1.1.4" // X.Y.Z; X = Major, Y = minor, Z = Patch level
versionName = "1.1.5" // X.Y.Z; X = Major, Y = minor, Z = Patch level

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.mshdabiola.testing.TestRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun mainApp() {
position = WindowPosition.Aligned(Alignment.Center),
)

val version = "1.1.4"
val version = "1.1.5"
Window(
onCloseRequest = ::exitApplication,
title = "$appName v$version",
Expand Down

0 comments on commit 35cb23d

Please sign in to comment.