We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92b906 commit 00848ddCopy full SHA for 00848dd
build.gradle
@@ -3,8 +3,8 @@ buildscript {
3
ext {
4
// Version used for submodule artifacts.
5
// 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.
+ globalVersion = '1.1.0'
+ clientsVersion = '1.1.0-alpha.1' // The clients subsystem is still expected to change drastically.
8
9
versions = [
10
// Kotlin multiplatform versions.
0 commit comments