Skip to content

Commit 6a365a7

Browse files
author
Emiliano Botti
committed
Bumps version to 2.2.0
1 parent 58b72ec commit 6a365a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"main": "dist/index.js",
1313
"types": "dist/index.d.ts",
14-
"version": "2.1.0",
14+
"version": "2.2.0",
1515
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
1616
"keywords": [
1717
"react-native",

src/lineSDKWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {
1111
AccessToken,
1212
AccessTokenVerifyResult,
1313
BotFriendshipStatus,
14+
LoginArguments,
1415
LoginResult,
1516
UserProfile,
16-
LoginArguments,
1717
} from './types'
1818

1919
const { LineLogin } = NativeModules

0 commit comments

Comments
 (0)