Skip to content

Commit 883eb5e

Browse files
committed
Bump version to 1.3.0
1 parent 157205c commit 883eb5e

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "react-native-draw-canvas",
3-
"title": "React Native Draw Canvas",
4-
"version": "1.2.2",
5-
"description": "Cross platform native draw canvas for both iOS and Android",
6-
"main": "index.js",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13-
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14-
},
15-
"keywords": ["react-native"],
16-
"author": {
17-
"name": "Colin Teahan",
18-
"email": "colin@padlet.com"
19-
},
20-
"license": "MIT",
21-
"licenseFilename": "LICENSE",
22-
"readmeFilename": "README.md",
23-
"peerDependencies": {
24-
"react": "*",
25-
"react-native": "*"
26-
},
27-
"devDependencies": {
28-
"typescript": "^3.7.5"
29-
}
2+
"name": "react-native-draw-canvas",
3+
"title": "React Native Draw Canvas",
4+
"version": "1.3.0",
5+
"description": "Cross platform native draw canvas for both iOS and Android",
6+
"main": "index.js",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13+
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14+
},
15+
"keywords": ["react-native"],
16+
"author": {
17+
"name": "Colin Teahan",
18+
"email": "colin@padlet.com"
19+
},
20+
"license": "MIT",
21+
"licenseFilename": "LICENSE",
22+
"readmeFilename": "README.md",
23+
"peerDependencies": {
24+
"react": "*",
25+
"react-native": "*"
26+
},
27+
"devDependencies": {
28+
"typescript": "^3.7.5"
29+
}
3030
}

0 commit comments

Comments
 (0)