Skip to content

Commit 7636146

Browse files
committed
Increment minor
1 parent 7fbceae commit 7636146

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "uruit-react-snippets",
3-
"displayName": "Uruit React Snippets",
4-
"description": "React Snippets with ECMAScript 6",
5-
"version": "1.0.1",
6-
"publisher": "UruIT",
7-
"icon": "images/uruit-logo.png",
8-
"engines": {
9-
"vscode": "^1.13.0"
10-
},
11-
"categories": [
12-
"Snippets"
13-
],
14-
"homepage": "https://github.com/UruIT/vscode-react-snippets",
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/UruIT/vscode-react-snippets.git"
18-
},
19-
"bugs": {
20-
"url": "https://github.com/UruIT/vscode-react-snippets/issues"
21-
},
22-
"contributes": {
23-
"snippets": [
24-
{
25-
"language": "javascript",
26-
"path": "./snippets/snippets.json"
27-
}
28-
]
29-
}
2+
"name": "uruit-react-snippets",
3+
"displayName": "Uruit React Snippets",
4+
"description": "React Snippets with ECMAScript 6",
5+
"version": "1.1.0",
6+
"publisher": "UruIT",
7+
"icon": "images/uruit-logo.png",
8+
"engines": {
9+
"vscode": "^1.13.0"
10+
},
11+
"categories": [
12+
"Snippets"
13+
],
14+
"homepage": "https://github.com/UruIT/vscode-react-snippets",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/UruIT/vscode-react-snippets.git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/UruIT/vscode-react-snippets/issues"
21+
},
22+
"contributes": {
23+
"snippets": [
24+
{
25+
"language": "javascript",
26+
"path": "./snippets/snippets.json"
27+
}
28+
]
29+
}
3030
}

0 commit comments

Comments
 (0)