Skip to content

Commit

Permalink
Next dev version, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg committed Feb 6, 2020
1 parent aee7176 commit 721f22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugins {
}
dependencies {
signature('com.toasttab.android:gummy-bears-api-24:0.0.2')
signature('com.toasttab.android:gummy-bears-api-24:0.1.0')
}
```

Expand All @@ -51,7 +51,7 @@ plugins {
}

dependencies {
add("signature", "com.toasttab.android:gummy-bears-api-24:0.0.2")
add("signature", "com.toasttab.android:gummy-bears-api-24:0.1.0")
}
```

Expand All @@ -66,7 +66,7 @@ Maven:
<signature>
<groupId>com.toasttab</groupId>
<artifactId>gummy-bears-api-21</artifactId>
<version>0.0.2</version>
<version>0.1.0</version>
</signature>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {

allprojects {
group = "com.toasttab.android"
version = "0.1.0"
version = "0.2.0-SNAPSHOT"

repositories {
google()
Expand Down

0 comments on commit 721f22f

Please sign in to comment.