Skip to content

Commit 1c5877a

Browse files
committed
Version bump
1 parent 98b9c2e commit 1c5877a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies:
1111
- yarn install
1212
test:
1313
override:
14-
- yarn run test
14+
- yarn run flow
15+
- yarn run jest:coverage

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-offline",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
55
"main": "./src/index.js",
66
"author": "Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rauliyohmc)",

0 commit comments

Comments
 (0)