Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Jan 30, 2023
1 parent 5e1f072 commit c3f7d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Conductor is architecture-agnostic and does not try to force any design decision
## Installation

```gradle
def conductorVersion = '3.1.9'
def conductorVersion = '3.2.0'
implementation "com.bluelinelabs:conductor:$conductorVersion"
Expand All @@ -42,7 +42,7 @@ implementation "com.bluelinelabs:conductor-archlifecycle:$conductorVersion"

**SNAPSHOT**

Just use `3.2.0-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository:
Just use `3.2.1-SNAPSHOT` as your version number in any of the dependencies above and add the url to the snapshot repository:

```gradle
allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=3
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.2.1-SNAPSHOT
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m

Expand Down

0 comments on commit c3f7d12

Please sign in to comment.