Skip to content

Commit 92eb78a

Browse files
committed
version bump to 1.0.0
1 parent f67fa55 commit 92eb78a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ignite-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ignite",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Create new react native files that fit the IR workflow",
55
"files": [
66
"index.js"
@@ -31,7 +31,7 @@
3131
"colors": "^1.1.2",
3232
"commander": "^2.9.0",
3333
"cross-spawn": "^4.0.0",
34-
"generator-react-native-ignite": "^0.4.0",
34+
"generator-react-native-ignite": "^1.0.0",
3535
"ramda": "^0.20.0",
3636
"shelljs": "^0.6.0",
3737
"yeoman-generator": "^0.21.1",

ignite-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-native-ignite",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "Create new react native files that fit the IR workflow",
55
"files": [
66
"app",

0 commit comments

Comments
 (0)