Skip to content

Commit bca2123

Browse files
committed
1.1.0-rc.0
1 parent e2cdcd1 commit bca2123

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unforgettable-sdk-monorepo",
3-
"version": "1.0.0",
3+
"version": "1.1.0-rc.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.rarimo"
8-
version = "1.0.0"
8+
version = "1.1.0-rc.0"
99

1010
repositories {
1111
mavenCentral()
@@ -37,7 +37,7 @@ publishing {
3737
create<MavenPublication>("maven") {
3838
groupId = "com.rarimo"
3939
artifactId = "unforgettable-sdk"
40-
version = "1.0.0"
40+
version = "1.1.0-rc.0"
4141

4242
from(components["java"])
4343

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarimo/unforgettable-sdk",
3-
"version": "1.0.0",
3+
"version": "1.1.0-rc.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rarimo/unforgettable-sdk-react",
3-
"version": "1.0.0",
3+
"version": "1.1.0-rc.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)