Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Mar 12, 2016
1 parent a9da8f9 commit f3149f8
Show file tree
Hide file tree
Showing 4 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
@@ -1,4 +1,4 @@
# nanoboard [![Build Status](https://travis-ci.org/Karasiq/nanoboard.svg?branch=master)](https://travis-ci.org/Karasiq/nanoboard) [![Build status](https://ci.appveyor.com/api/projects/status/05l8dnixhn375kjm?svg=true)](https://ci.appveyor.com/project/Karasiq/nanoboard) [![Version](http://img.shields.io/badge/version-1.0.6-blue.svg?style=flat)](https://github.com/Karasiq/nanoboard/releases)
# nanoboard [![Build Status](https://travis-ci.org/Karasiq/nanoboard.svg?branch=master)](https://travis-ci.org/Karasiq/nanoboard) [![Build status](https://ci.appveyor.com/api/projects/status/05l8dnixhn375kjm?svg=true)](https://ci.appveyor.com/project/Karasiq/nanoboard) [![Version](http://img.shields.io/badge/version-1.0.7-blue.svg?style=flat)](https://github.com/Karasiq/nanoboard/releases)
Scala [nanoboard](https://github.com/nanoboard/nanoboard) implementation

# Links
Expand Down
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.0.6",
version := "1.0.7",
isSnapshot := version.value.endsWith("SNAPSHOT"),
scalaVersion := "2.11.7"
)
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.0.6
version = 1.0.7
client-version = karasiq-nanoboard v${nanoboard.version}
encryption-key = "nano"
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.0.6"
#define MyAppVersion "1.0.7"
#define MyAppPublisher "Karasiq, Inc."
#define MyAppURL "http://www.github.com/Karasiq/nanoboard"
#define MyAppExeName "nanoboard.exe"
Expand Down

0 comments on commit f3149f8

Please sign in to comment.