Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Start dev for v0.2.40.
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed May 17, 2024
1 parent 76850bf commit ecf1583
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.39
0.2.40
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issuer-tool",
"version": "0.2.39",
"version": "0.2.40",
"description": "Sample issuer service API for Findy identity network",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "findy-issuer-app",
"version": "0.2.39",
"version": "0.2.40",
"description": "Sample service app for issuing credentials via Findy Network.",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions infra/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infra",
"version": "0.2.39",
"version": "0.2.40",
"license": "Apache-2.0",
"bin": {
"infra": "bin/infra.js"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "findy-issuer-tool",
"version": "0.2.39",
"version": "0.2.40",
"description": "Utility (UI) tool and sample project for issuing and verifying",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ecf1583

Please sign in to comment.