Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Feb 1, 2017
1 parent f1049f5 commit a1ac483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,14 +9,14 @@ A framework for creating shells/CLIs for an application

### SBT
```
"com.nthportal" %% "app-shell" % "1.1.0"
"com.nthportal" %% "app-shell" % "1.2.0"
```

### Maven
```
<dependency>
<groupId>com.nthportal</groupId>
<artifactId>app-shell_2.12</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ name := "app-shell"
description := "A framework for creating shells/CLIs for an application."

val rawVersion = "1.2.0"
isSnapshot := true
isSnapshot := false
version := rawVersion + {if (isSnapshot.value) "-SNAPSHOT" else ""}

scalaVersion := "2.12.1"
Expand Down

0 comments on commit a1ac483

Please sign in to comment.