Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scivey committed Nov 20, 2015
1 parent 4bebfab commit eafdebe
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clients/java/client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "client"
// orgnization name (e.g., the package name of the project)
organization := "org.relevanced"

version := "0.9.5-SNAPSHOT"
version := "0.9.6-SNAPSHOT"

// project description
description := "Java client for relevanced text similarity server."
Expand Down
2 changes: 1 addition & 1 deletion clients/nodejs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relevanced-client",
"version": "0.9.5",
"version": "0.9.6",
"description": "client for relevanced-server",
"main": "index.js",
"homepage": "http://www.relevanced.org",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/client/relevanced_client/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.9.5'
VERSION = '0.9.6'
4 changes: 2 additions & 2 deletions clients/ruby/client/relevanced_client.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'relevanced_client'
s.version = '0.9.5'
s.date = '2015-10-24'
s.version = '0.9.6'
s.date = '2015-11-19'
s.summary = "relevanced client"
s.description = "Ruby client for relevanced-server"
s.authors = ["Scott Ivey"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/packaging/build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ UBUNTU_DEPS="libboost-all-dev (>= 1.54.0),\

MAKE_SCRIPT="$SCRIPT_DIR/make_linux_package.sh"

$MAKE_SCRIPT -t deb -i 0.9.5 -d $UBUNTU_DEPS
$MAKE_SCRIPT -t deb -i 0.9.6 -d $UBUNTU_DEPS
2 changes: 1 addition & 1 deletion scripts/packaging/make_linux_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILD_DIR="$PROJECT_BUILD_DIR/deb"
PROJECT_BIN_BUILD_DIR="$PROJECT_ROOT/build/bin"
BUILT_SERVER_BINARY="$PROJECT_BIN_BUILD_DIR/src/relevanced_static"

PACKAGE_VERSION="0.9.5"
PACKAGE_VERSION="0.9.6"

PACKAGE_ARCH=`uname -m`
PACKAGE_ITERATION=""
Expand Down

0 comments on commit eafdebe

Please sign in to comment.