Skip to content

Commit dd63379

Browse files
author
Brad Bumbalough
committed
Version bump to 0.2.0-rc1
1 parent 3b4aec2 commit dd63379

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 19
99
targetSdkVersion 23
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 0
11+
versionName "0.2.0-rc1"
1212
}
1313
}
1414
dependencies {

ios/RCTTwilioIPMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RCTTwilioIPMessaging"
3-
s.version = "0.1.4"
3+
s.version = "0.2.0-rc1"
44
s.summary = "React Native wrapper for Twilio IP Messaging SDKs"
55

66
s.homepage = "https://github.com/ccm-innovation/react-native-twilio-ip-messaging"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-twilio-ip-messaging",
3-
"version": "0.1.4",
3+
"version": "0.2.0-rc1",
44
"description": "React Native wrapper for Twilio IP Messaging SDKs",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)