Skip to content

Commit

Permalink
Released 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Dec 25, 2015
1 parent 90edd08 commit f58ecfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-animatable",
"version": "0.4.0",
"version": "0.4.1",
"description": "Easy to use declarative transitions and a standard set of animations for React Native",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc"
"react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc || 0.17.0-rc"
}
}

0 comments on commit f58ecfe

Please sign in to comment.