Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Whathecode committed Mar 18, 2024
1 parent 887b3c8 commit da53151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
ext {
// Version used for submodule artifacts.
// Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing.
globalVersion = '1.1.2'
clientsVersion = '1.1.2-alpha.1' // The clients subsystem is still expected to change drastically.
globalVersion = '1.2.0'
clientsVersion = '1.2.0-alpha.1' // The clients subsystem is still expected to change drastically.

versions = [
// Kotlin multiplatform versions.
Expand Down

0 comments on commit da53151

Please sign in to comment.