Skip to content

Commit 38178d1

Browse files
author
Chris Hatch
committed
bump versions of api and app
1 parent 7e04dad commit 38178d1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stellarexplorer-backend-api",
33
"description": "Backend api for supporting stellarexplorer",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "Apache-2.0",
66
"author": "Chris Hatch <[email protected]>",
77
"homepage": "https://steexp.com",
@@ -21,4 +21,4 @@
2121
"express-rate-limit": "^7.0.0",
2222
"multer": "1.4.5-lts.1"
2323
}
24-
}
24+
}

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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stellarexplorer",
33
"description": "Ledger explorer for the Stellar network",
4-
"version": "2.1.0",
4+
"version": "2.2.0-soroban",
55
"license": "Apache-2.0",
66
"author": "Chris Hatch <[email protected]>",
77
"homepage": "https://steexp.com",
@@ -68,4 +68,4 @@
6868
"eslint": "^8.46.0",
6969
"typescript": "^5.1.6"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)