Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Oct 3, 2017
1 parent b8be312 commit 4e56f50
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.12",
"react-native": "0.47.2",
"react-native-tableview-simple": "^0.16.12"
"react-native-tableview-simple": "^0.16.13"
},
"devDependencies": {
"babel-jest": "20.0.3",
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.12",
"version": "0.16.13",
"author": "Patrick Puritscher <hello@patrickpuritscher.com>",
"scripts": {
"format:src": "prettier --trailing-comma es5 --single-quote --write 'components/**/*.js'",
Expand Down

0 comments on commit 4e56f50

Please sign in to comment.