Skip to content

Commit 6bc1777

Browse files
committed
prepare release of v3.0.0
1 parent 28e8e13 commit 6bc1777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
inputs:
1010
deploy_prod:
11-
description: "Deploy v2 prod"
11+
description: "Deploy v3 prod"
1212
required: true
1313
type: boolean
1414

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
version: '3.0.0-dev',
7+
version: '3.0.1-dev',
88
};
99

1010
/*

0 commit comments

Comments
 (0)