Skip to content

Commit b0b3436

Browse files
committed
Bump to 0.3.1
1 parent a24b903 commit b0b3436

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.2.1",
3+
"version": "0.3.1",
44
"description": "Exemple project of react-native-image-header-scroll-view",
55
"author": null,
66
"private": true,
@@ -14,6 +14,6 @@
1414
"react": "~15.3.2",
1515
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
1616
"react-native-animatable": "^1.1.0",
17-
"react-native-image-header-scroll-view": "^0.3.0"
17+
"react-native-image-header-scroll-view": "^0.3.1"
1818
}
1919
}

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.3.0",
3+
"version": "0.3.1",
44
"description": "ScrollView with an image in header which become a navbar",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)