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

Commit e4c289f

Browse files
committed
Merge pull request #7175 from adobe/set-sprint-38
Update sprint number to 38
2 parents eb9a95d + 190cebe commit e4c289f

2 files changed

Lines changed: 5 additions & 5 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.37.0-0",
4-
"apiVersion": "0.37.0",
3+
"version": "0.38.0-0",
4+
"apiVersion": "0.38.0",
55
"homepage": "http://brackets.io",
66
"issues": {
77
"url": "http://github.com/adobe/brackets/issues"

src/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"linting.enabled_by_default": true
2020
},
2121
"name": "Brackets",
22-
"version": "0.37.0-0",
23-
"apiVersion": "0.37.0",
22+
"version": "0.38.0-0",
23+
"apiVersion": "0.38.0",
2424
"homepage": "http://brackets.io",
2525
"issues": {
2626
"url": "http://github.com/adobe/brackets/issues"
@@ -58,7 +58,7 @@
5858
},
5959
"scripts": {
6060
"postinstall": "grunt install",
61-
"test": "grunt test"
61+
"test": "grunt cla-check-pull test"
6262
},
6363
"licenses": [
6464
{

0 commit comments

Comments
 (0)