Skip to content

Commit d10a0d8

Browse files
authored
Merge pull request #159 from callstack/chore/bump-version-060
chore: bump version to `0.6.0`
2 parents 8f717f8 + 5465d80 commit d10a0d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle-plugins/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
classpath("com.android.tools.build:gradle")
2222
classpath("com.facebook.react:react-native-gradle-plugin")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
24-
+ classpath("com.callstack.react:brownfield-gradle-plugin:0.4.0")
24+
+ classpath("com.callstack.react:brownfield-gradle-plugin:0.6.0")
2525
}
2626
}
2727
```
@@ -60,7 +60,7 @@ buildscript {
6060
classpath("com.android.tools.build:gradle")
6161
classpath("com.facebook.react:react-native-gradle-plugin")
6262
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
63-
+ classpath("com.callstack.react:brownfield:0.3.0")
63+
+ classpath("com.callstack.react:brownfield-gradle-plugin:0.6.0")
6464
}
6565
}
6666
```

gradle-plugins/react/brownfield/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_ID=com.callstack.react.brownfield
22
ARTIFACT_ID=brownfield-gradle-plugin
3-
VERSION=0.5.0
3+
VERSION=0.6.0
44
GROUP=com.callstack.react
55
IMPLEMENTATION_CLASS=com.callstack.react.brownfield.plugin.RNBrownfieldPlugin
66

0 commit comments

Comments
 (0)