Skip to content

Commit

Permalink
Minor: v0.6.0.(Screw-up Cover-up)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMerritt committed Apr 4, 2018
1 parent a4967d6 commit 99d4b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
### Patch: v0.5.2
### Minor: v0.6.0
_April 4, 2018_

- Refactor and update copyright.


### Patch: v0.5.1
_April 4, 2018_

- Add dokka and task updates.


### Minor: v0.5.0
_April 3, 2018_

- Use kotlin.
- Add dokka and task updates.
- Refactor and update copyright.


### Patch: v0.0.1
Expand Down
4 changes: 2 additions & 2 deletions gradle/project-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {


rep = [
name : rootProject.name
name : rootProject.name.toLowerCase()
]
rep += [
id : "com.github.${dev.name}.${rep.name}",
Expand Down Expand Up @@ -141,7 +141,7 @@ subprojects {
]

rep.version = [
name : rep.lib.name.contains('app') ? "1.0.0" : "0.5.2"
name : rep.lib.name.contains('app') ? "1.0.0" : "0.6.0"
]
rep.version += [
code : rep.version.name.replace(".", "").concat(new Date().format("MMddyy")).toBigInteger()
Expand Down

0 comments on commit 99d4b50

Please # to comment.