Skip to content

Commit

Permalink
Prepare for release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarr21 committed Sep 30, 2021
1 parent 1ed4c47 commit 164e7f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
### Version 0.11.3

* Added NEW_TASK_REPLACE `RouterNavigator` flag

### Version 0.12.0

* Added Jetpack Compose RIB classes

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ To integrate the recommended minimum setup for RIBs add the following to your `b

```gradle
dependencies {
annotationProcessor 'com.uber.rib:rib-compiler-test:0.11.3'
implementation 'com.uber.rib:rib-android:0.11.3'
testImplementation 'com.uber.rib:rib-test:0.11.3'
annotationProcessor 'com.uber.rib:rib-compiler-test:0.12.0'
implementation 'com.uber.rib:rib-android:0.12.0'
testImplementation 'com.uber.rib:rib-test:0.12.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# org.gradle.parallel=true

GROUP=com.uber.rib
VERSION_NAME=0.11.4-SNAPSHOT
VERSION_NAME=0.12.0
POM_DESCRIPTION=RIBs is the cross-platform architecture behind many mobile apps at Uber. This framework is designed for mobile apps with a large number of engineers and nested states.
POM_URL=https://github.com/uber/RIBs/
POM_SCM_URL=https://github.com/uber/RIBs/
Expand Down

0 comments on commit 164e7f4

Please sign in to comment.