Skip to content

Commit

Permalink
Merge pull request #26 from realm/jg/bump_realm_version
Browse files Browse the repository at this point in the history
Bump realm version to 1.1.0
  • Loading branch information
JacobOscarGunnarsson committed Sep 27, 2022
2 parents f2c1ba3 + ca0d17a commit 375478a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Bookshelf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("io.realm.kotlin:gradle-plugin:1.0.0")
}
}
rootProject.extra["realmVersion"] = "1.0.0"
rootProject.extra["realmVersion"] = "1.1.0"

allprojects {
group = "io.realm.sample.bookshelf"
Expand Down
2 changes: 1 addition & 1 deletion Intro/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("io.realm.kotlin:gradle-plugin:1.0.0")
}
}
rootProject.extra["realmVersion"] = "1.0.0"
rootProject.extra["realmVersion"] = "1.1.0"

group = "io.realm.example"
version = "1.0.0"
2 changes: 1 addition & 1 deletion JVMConsole/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath("io.realm.kotlin:gradle-plugin:1.0.0")
}
}
rootProject.extra["realmVersion"] = "1.0.0"
rootProject.extra["realmVersion"] = "1.1.0"

apply(plugin = "io.realm.kotlin")

Expand Down
2 changes: 1 addition & 1 deletion MultiplatformDemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("io.realm.kotlin:gradle-plugin:1.0.0")
}
}
rootProject.extra["realmVersion"] = "1.0.0"
rootProject.extra["realmVersion"] = "1.1.0"

allprojects {
group = "io.realm.sample"
Expand Down
4 changes: 2 additions & 2 deletions MultiplatformDemo/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
shared: 458d6dbe182ee19625e1bd30be83454bb5834568
shared: eb58f4c4e4e46d50f9ee60bd90c8f45bea9d3ed3

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion MultiplatformDemoWithSync/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("io.realm.kotlin:gradle-plugin:1.0.0")
}
}
rootProject.extra["realmVersion"] = "1.0.0"
rootProject.extra["realmVersion"] = "1.1.0"

allprojects {
group = "io.realm.sample"
Expand Down
2 changes: 1 addition & 1 deletion MultiplatformDemoWithSync/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3

0 comments on commit 375478a

Please sign in to comment.