Skip to content

Commit 84a5a38

Browse files
committed
Bump version to 1.0.0
1 parent b3b2f3d commit 84a5a38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-clone-angular-backend",
3-
"version": "1.0.0.alpha1",
3+
"version": "1.0.0",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-clone-angular-frontend",
3-
"version": "1.0.0.alpha1",
3+
"version": "1.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-clone-angular",
3-
"version": "1.0.0.alpha1",
3+
"version": "1.0.0",
44
"description": "A simplified Jira clone built with Angular 9 and Akita",
55
"scripts": {
66
"install-dependencies": "npm run install-dependencies-front && npm run install-dependencies-back",

0 commit comments

Comments
 (0)