Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Feb 27, 2018
1 parent ded9049 commit 020ae3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbtassembly.Plugin.AssemblyKeys._

lazy val commonSettings = Seq(
organization := "com.github.karasiq",
version := "1.3.1",
version := "1.3.2",
isSnapshot := version.value.endsWith("SNAPSHOT"),
scalaVersion := "2.12.4"
)
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nanoboard {
version = 1.3.1
version = 1.3.2
client-version = karasiq-nanoboard v${nanoboard.version}
encryption-key = "nano3"
bitmessage {
Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define OutputName "nanoboard-server"
#define MyAppName "Nanoboard"
#define MyAppVersion "1.3.1"
#define MyAppVersion "1.3.2"
#define MyAppPublisher "Karasiq, Inc."
#define MyAppURL "http://www.github.com/Karasiq/nanoboard"
#define MyAppExeName "nanoboard.exe"
Expand Down

0 comments on commit 020ae3c

Please sign in to comment.