Skip to content

Commit

Permalink
Prep for development
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 2, 2021
1 parent 68b1758 commit 2b14f45
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 @@ -157,7 +157,7 @@ buildscript {

dependencies {
// ...
classpath("com.github.triplet.gradle:play-publisher:3.6.0-SNAPSHOT")
classpath("com.github.triplet.gradle:play-publisher:3.7.0-SNAPSHOT")
}
}
```
Expand All @@ -175,7 +175,7 @@ buildscript {
dependencies {
// ...
classpath 'com.github.triplet.gradle:play-publisher:3.6.0-SNAPSHOT'
classpath 'com.github.triplet.gradle:play-publisher:3.7.0-SNAPSHOT'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.7.0-SNAPSHOT

0 comments on commit 2b14f45

Please sign in to comment.