Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.1.1.
  • Loading branch information
vladaionescu committed May 20, 2016
1 parent 6a7a8f2 commit a892919
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@

VERSION := 0.1.0
VERSION := 0.1.1
GIT_HASH := $(shell git rev-parse HEAD)

export GO15VENDOREXPERIMENT := 1
Expand Down
2 changes: 1 addition & 1 deletion js/leveros-common/package.json
@@ -1,6 +1,6 @@
{
"name": "leveros-common",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common code for Lever OS client and server",
"author": "Vlad Alexandru Ionescu",
"homepage": "http://www.leveros.com",
Expand Down
4 changes: 2 additions & 2 deletions js/leveros-server/package.json
@@ -1,6 +1,6 @@
{
"name": "leveros-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "The JS server used within Lever instances. This listens for connections and triggers the customer module on requests.",
"author": "Vlad Alexandru Ionescu",
"homepage": "http://www.leveros.com",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"grpc": "^0.13.2-pre1",
"leveros-common": "0.1.0",
"leveros-common": "0.1.1",
"lodash": "^4.11.1",
"source-map-support": "^0.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions js/leveros/package.json
@@ -1,6 +1,6 @@
{
"name": "leveros",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Lever OS Node client library",
"author": "Vlad Alexandru Ionescu",
"homepage": "http://www.leveros.com",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"collections": "^3.0.0",
"grpc": "^0.13.2-pre1",
"leveros-common": "0.1.0",
"leveros-common": "0.1.1",
"lodash": "^4.11.1",
"source-map-support": "^0.4.0"
},
Expand Down

0 comments on commit a892919

Please sign in to comment.