Skip to content

Commit 3ff7b76

Browse files
Bump versions for v0.39.0-SNAPSHOT
Signed-off-by: swirlds-automation <eng-automation@hashgraph.com>
1 parent effccbf commit 3ff7b76

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

automation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hedera-transaction-tool-tests-v2",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"type": "module",
55
"scripts": {
66
"build": "tsc",

back-end/apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@back-end/api",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"description": "",
55
"author": "",
66
"main": "index.js",

back-end/apps/chain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@back-end/chain",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"description": "",
55
"author": "",
66
"main": "index.js",

back-end/apps/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@back-end/notifications",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"description": "",
55
"author": "",
66
"main": "index.js",

back-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "back-end",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"description": "",
55
"author": "",
66
"private": true,

back-end/typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"private": true,
55
"scripts": {
66
"build": "tsc",

front-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hedera-transaction-tool",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"description": "Transaction tool application",
55
"author": {
66
"name": "Hedera",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hedera-transaction-tool-root",
3-
"version": "0.38.0-beta.1",
3+
"version": "0.39.0-SNAPSHOT",
44
"private": true,
55
"scripts": {
66
"clean:deps": "rm -rf node_modules **/node_modules",

0 commit comments

Comments
 (0)