Skip to content

Commit

Permalink
Merge pull request #346 from hyperledger/chore/v024
Browse files Browse the repository at this point in the history
chore(js): update version to 0.2.4
  • Loading branch information
swcurran committed Sep 16, 2024
2 parents c15a86b + 5af00ba commit 2ce5b1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.3",
"version": "0.2.4",
"npmClient": "pnpm",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/packages/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-nodejs",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Anoncreds",
"main": "build/index",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anoncreds-react-native-example",
"version": "0.2.3",
"version": "0.2.4",
"main": "./src/index.js",
"scripts": {
"start": "expo start",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-react-native",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "React Native wrapper for Anoncreds",
"main": "build/index",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/packages/anoncreds-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-shared",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "Anoncreds wrapper library with NodeJS and React Native",
"main": "build/index",
Expand Down

0 comments on commit 2ce5b1f

Please sign in to comment.