Skip to content

Commit da53151

Browse files
committed
Bump version to 1.2.0
1 parent 887b3c8 commit da53151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ buildscript {
33
ext {
44
// Version used for submodule artifacts.
55
// Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing.
6-
globalVersion = '1.1.2'
7-
clientsVersion = '1.1.2-alpha.1' // The clients subsystem is still expected to change drastically.
6+
globalVersion = '1.2.0'
7+
clientsVersion = '1.2.0-alpha.1' // The clients subsystem is still expected to change drastically.
88

99
versions = [
1010
// Kotlin multiplatform versions.

0 commit comments

Comments
 (0)