Skip to content

Commit 00848dd

Browse files
committed
Bump version to 1.1.0
1 parent d92b906 commit 00848dd

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.0.1'
7-
clientsVersion = '1.0.1-alpha.40' // The clients subsystem is still expected to change drastically.
6+
globalVersion = '1.1.0'
7+
clientsVersion = '1.1.0-alpha.1' // The clients subsystem is still expected to change drastically.
88

99
versions = [
1010
// Kotlin multiplatform versions.

0 commit comments

Comments
 (0)