Skip to content

Commit

Permalink
Updating version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnv committed Aug 29, 2024
1 parent 951d2f7 commit 31d2583
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client-android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

applicationId = "stasis.client.android"
versionCode = 1
versionName = "1.1.2-SNAPSHOT"
versionName = "1.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion client-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
}

subprojects {
version = "1.1.2-SNAPSHOT"
version = "1.1.2"
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion client-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name='stasis-client-cli',
license='Apache-2.0',
url='https://github.com/sndnv/stasis',
version='1.1.2+SNAPSHOT',
version='1.1.2',
install_requires=install_requires,
tests_require=tests_require,
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion client-ui/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AppDir:
id: com.github.sndnv.stasis.client_ui
name: stasis
icon: stasis.logo.512
version: 1.1.2-SNAPSHOT
version: 1.1.2
exec: stasis_client_ui
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion client-ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stasis_client_ui
description: Desktop user interface for the `stasis` client.
version: 1.1.2-SNAPSHOT
version: 1.1.2

publish_to: 'none'

Expand Down
2 changes: 1 addition & 1 deletion identity-ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: identity_ui
description: Web-based user interface for the `identity` service.
version: 1.1.2-SNAPSHOT
version: 1.1.2

publish_to: 'none'

Expand Down
2 changes: 1 addition & 1 deletion server-ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: server_ui
description: Web-based user interface for the `server` service.
version: 1.1.2-SNAPSHOT
version: 1.1.2

publish_to: 'none'

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.1.2-SNAPSHOT"
ThisBuild / version := "1.1.2"

0 comments on commit 31d2583

Please sign in to comment.