Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit bf9a3c4

Browse files
committed
Merge pull request #9721 from adobe/dangoor/9690-add-build
Add build number field for release number.
2 parents 621f959 + 2ab324a commit bf9a3c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Brackets",
3-
"version": "0.45.0-0",
4-
"apiVersion": "0.45.0",
3+
"version": "1.0.0-0",
4+
"apiVersion": "1.0.0",
55
"homepage": "http://brackets.io",
66
"issues": {
77
"url": "http://github.com/adobe/brackets/issues"

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build_timestamp": ""
2323
},
2424
"name": "Brackets",
25-
"version": "0.45.0-0",
26-
"apiVersion": "0.45.0",
25+
"version": "1.0.0-0",
26+
"apiVersion": "1.0.0",
2727
"homepage": "http://brackets.io",
2828
"issues": {
2929
"url": "http://github.com/adobe/brackets/issues"

0 commit comments

Comments
 (0)