Skip to content

Commit

Permalink
Commit v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctzen committed Jan 10, 2019
1 parent d8d5803 commit 2d8444b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## v1.0.3 / YYYY-MM-DD
- Documentation

## v1.0.2 / 2019-01-08
- Missed ReportNG CSS file

## v1.0.1 / 2019-01-08
## v1.1.0 / 2019-01-10
- Modernize

## v1.0 / 2013-05-07
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ plugins {
id("com.jfrog.artifactory") version "4.9.0" // snapshots
}

val snapshot = true
val snapshot = false

group = "com.ctzen.util"
version = "1.0.3" + (if (snapshot) "-SNAPSHOT" else "")
version = "1.1.0" + (if (snapshot) "-SNAPSHOT" else "")
description = "UUID Compactor"

fun gitRev(): String {
Expand Down

0 comments on commit 2d8444b

Please sign in to comment.