Skip to content

Commit

Permalink
Updating version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnv committed Aug 30, 2024
1 parent 5fe91d3 commit f75b028
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client-android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {
targetSdk = 34

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

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.3-SNAPSHOT"
version = "1.1.3"
}

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.3+SNAPSHOT',
version='1.1.3',
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.3-SNAPSHOT
version: 1.1.3
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.3-SNAPSHOT
version: 1.1.3

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.3-SNAPSHOT
version: 1.1.3

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.3-SNAPSHOT
version: 1.1.3

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.3-SNAPSHOT"
ThisBuild / version := "1.1.3"

0 comments on commit f75b028

Please sign in to comment.