Skip to content

Commit

Permalink
Merge pull request #138 from alastria/fix/version_compile
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
DaniRumpi authored Nov 4, 2022
2 parents 725ab90 + b7809ba commit 4a6210b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alastria-identity-example",
"version": "2.0.0",
"version": "2.1.1",
"description": "This is an example of how to interact with the libraries from [alastria-identity-lib](https://github.com/alastria/alastria-identity-lib). The library alastria-identity-lib re-covers the Smart Contracts from [alastria-identity](https://github.com/alastria/alastria-identity).",
"main": "",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/alastria/alastria-identity-example#readme",
"dependencies": {
"alastria-identity-JSON-objects": "github:alastria/alastria-identity-JSON-objects#master",
"alastria-identity-lib": "github:alastria/alastria-identity-lib.git#develop"
"alastria-identity-lib": "github:alastria/alastria-identity-lib.git#v2.1.1"
},
"devDependencies": {
"eslint": "7.19.0",
Expand Down

0 comments on commit 4a6210b

Please sign in to comment.