Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed May 14, 2017
1 parent 0d887ea commit 7c7ce84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-tableview-simple": "^0.16.4"
"react-native-tableview-simple": "^0.16.5"
},
"devDependencies": {
"babel-jest": "20.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-tableview-simple",
"description": "React Native component for TableView made with pure CSS",
"homepage": "https://github.com/Purii/react-native-tableview-simple",
"version": "0.16.4",
"version": "0.16.5",
"author": "Patrick Puritscher <hello@patrickpuritscher.com>",
"scripts": {
"format:src": "prettier --trailing-comma es5 --single-quote --write 'components/**/*.js'",
Expand Down

0 comments on commit 7c7ce84

Please sign in to comment.