Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Version bump and change versioning format: 3.1.0-maoni_6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 3, 2018
1 parent 5e2e110 commit cbe6406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Then grab `maoni-email` via Gradle, by adding this to your `build.gradle`:
//compile ('org.rm3l:maoni:<appropriate_version>@aar') {
// transitive = true;
//}
compile 'org.rm3l:maoni-email:3.0.0-1'
compile 'org.rm3l:maoni-email:3.1.0-maoni_6.0.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ targetCompatibility = '1.7'
sourceCompatibility = '1.7'

group = 'org.rm3l'
version = '3.0.0-1'
version = '3.1.0-maoni_6.0.0'

dependencies {
implementation 'org.rm3l:maoni-common:6.0.0'
Expand Down Expand Up @@ -107,10 +107,10 @@ bintray {

//noinspection GroovyAssignabilityCheck
version {
name = '3.0.0-1'
name = '3.1.0-maoni_6.0.0'
desc = 'Maoni Android Library - Email Handler'
released = new Date()
vcsTag = '3.0.0-1'
vcsTag = '3.1.0-maoni_6.0.0'
}

publicDownloadNumbers = true
Expand Down

0 comments on commit cbe6406

Please sign in to comment.