Skip to content

Commit 930e02d

Browse files
chore: bump version to v4.1.1-rc.1
1 parent 7d78228 commit 930e02d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer-api",
33
"description": "API for Tangle Explorer",
4-
"version": "4.1.0",
4+
"version": "4.1.1-rc.1",
55
"author": "Martyn Janes <[email protected]>",
66
"repository": {
77
"type": "git",

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer-client",
33
"description": "Tangle Explorer UI",
4-
"version": "4.1.0",
4+
"version": "4.1.1-rc.1",
55
"author": "Martyn Janes <[email protected]>",
66
"type": "module",
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer",
33
"description": "Tangle Explorer",
4-
"version": "4.1.0",
4+
"version": "4.1.1-rc.1",
55
"scripts": {
66
"setup:client": "cd client && npm install && npm run postinstall",
77
"setup:api": "cd api && npm install && npm run build-compile && npm run build-config",

0 commit comments

Comments
 (0)