bump versions.

This commit is contained in:
Tim Brandin 2016-03-29 14:38:54 +02:00
parent 294ab1f770
commit c7f2731c39
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
Package.describe({
name: 'studiointeract:react-accounts-ui',
version: '1.0.8',
version: '1.0.9',
summary: 'Accounts UI for React in Meteor 1.3',
git: 'https://github.com/studiointeract/react-accounts-ui',
documentation: 'README.md'

View file

@ -17,8 +17,8 @@
},
"homepage": "https://github.com/studiointeract/react-accounts-ui",
"dependencies": {
"react": ">=0.14.7 || >=15",
"react-dom": ">=0.14.7 || >=15",
"tracker-component": "^1.3.3"
"react": ">=0.14.7 || ^15.0.0-rc.2",
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
"tracker-component": "^1.3.8"
}
}