Skip to content

Commit

Permalink
version is 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Apr 3, 2017
1 parent 130a0f9 commit ee8dfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaincode/src/marbles/marbles.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (t *SimpleChaincode) Init(stub shim.ChaincodeStubInterface) pb.Response {
}

// store compaitible marbles application version
err = stub.PutState("marbles_ui", []byte("4.0.0"))
err = stub.PutState("marbles_ui", []byte("3.5.0"))
if err != nil {
return shim.Error(err.Error())
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marbles",
"version": "4.0.0",
"version": "3.5.0",
"description": "A demonstration Node.js web application on Hyperledger Fabric.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit ee8dfcb

Please sign in to comment.