Skip to content

Commit db3ee27

Browse files
1.0.0-rc.1
1 parent cfe915b commit db3ee27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion safeExtGet('minSdkVersion', 19)
2323
targetSdkVersion safeExtGet('targetSdkVersion', 28)
2424
versionCode 10
25-
versionName "0.3.4"
25+
versionName "1.0.0"
2626
}
2727
lintOptions {
2828
abortOnError false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wowmaking/react-native-unity",
3-
"version": "0.5.0",
3+
"version": "1.0.0-rc.1",
44
"description": "React Native package to use Unity as library with RN app",
55
"keywords": [
66
"react-native",

unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.wowmaking.react-native-unity",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"displayName": "react-native-unity",
55
"description": "ReactNative <-> Unity Integration",
66
"unity": "2019.3"

0 commit comments

Comments
 (0)