Skip to content

Commit 714e05d

Browse files
committed
v1.0.6
1 parent fb5455e commit 714e05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/AnimatedSegmentControl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.8.3",
1111
"react-native": "0.59.10",
12-
"react-native-animated-segment-control": "^1.0.5"
12+
"react-native-animated-segment-control": "^1.0.6"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.5.4",

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-animated-segment-control",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A custom `SegmentControl` component, pretty much similar to native's SegmentControl but with animation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)