Skip to content

Commit 95410a5

Browse files
committed
Bump to 0.2.0
1 parent c28954b commit 95410a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-header-scroll-view",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Exemple project of react-native-image-header-scroll-view",
55
"author": null,
66
"private": true,
@@ -12,6 +12,6 @@
1212
"react": "~15.3.2",
1313
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
1414
"react-native-animatable": "^1.1.0",
15-
"react-native-image-header-scroll-view": "^0.1.0"
15+
"react-native-image-header-scroll-view": "^0.2.0"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-header-scroll-view",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "ScrollView with an image in header which become a navbar",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)