Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scivey committed Oct 24, 2015
1 parent f9d8b76 commit 4365dbf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3-SNAPSHOT"
version := "0.9.4-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.3",
"version": "0.9.4",
"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.3'
VERSION = '0.9.4'
2 changes: 1 addition & 1 deletion clients/ruby/client/relevanced_client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'relevanced_client'
s.version = '0.9.3'
s.version = '0.9.4'
s.date = '2015-10-24'
s.summary = "relevanced client"
s.description = "Ruby client for relevanced-server"
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.3 -d $UBUNTU_DEPS
$MAKE_SCRIPT -t deb -i 0.9.4 -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.3"
PACKAGE_VERSION="0.9.4"

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

0 comments on commit 4365dbf

Please sign in to comment.