Skip to content

Commit 4dabcb5

Browse files
committed
update version to 1.4.1 FIXOPOLIS
1 parent 7efae09 commit 4dabcb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ignite-cli/package.json

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

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": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Create new react native files that fit the IR workflow",
55
"files": [
66
"app",

ignite-generator/src/app/index.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ora from 'ora'
99

1010
const igniteBase = 'ignite-base'
1111
const lockedReactNativeVersion = '0.30.0'
12-
const lockedIgniteVersion = '1.4.0'
12+
const lockedIgniteVersion = '1.4.1'
1313

1414
const emptyFolder = (folder) => {
1515
Shell.rm('-rf', folder)

0 commit comments

Comments
 (0)