Skip to content

Commit 17757c8

Browse files
Increase version to 1.0.8
1 parent dad85ff commit 17757c8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antmedia/react-native-ant-media",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Ant Media Server WebRTC React Native SDK and Reference Project",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

Diff for: src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, {
22
useCallback,
33
useEffect,
44
useRef,
5-
useState,
65
MutableRefObject,
76
} from 'react';
87

Diff for: tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
{
33
"extends": "./tsconfig",
4-
"exclude": ["example", "samples"]
4+
"exclude": ["example"]
55
}

0 commit comments

Comments
 (0)