Skip to content

Commit

Permalink
version bumps for 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan committed Oct 7, 2016
1 parent a24e364 commit 568d314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ignite-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ignite",
"version": "1.9.0",
"version": "1.9.1",
"description": "Create new react native files that fit the IR workflow",
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion ignite-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-native-ignite",
"version": "1.9.0",
"version": "1.9.1",
"description": "Create new react native files that fit the IR workflow",
"files": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion ignite-generator/src/app/index.es
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import ora from 'ora'

const igniteBase = 'ignite-base'
const lockedReactNativeVersion = '0.34.1'
const lockedIgniteVersion = '1.9.0'
const lockedIgniteVersion = '1.9.1'

const emptyFolder = (folder) => {
Shell.rm('-rf', folder)
Expand Down

0 comments on commit 568d314

Please sign in to comment.