Skip to content

Commit 0f7bf42

Browse files
author
garrettmac
committed
build(changed package json from development to semantic-release):
1 parent 66ec438 commit 0f7bf42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GameCenterExample/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
Text,
1414
View
1515
} from 'react-native';
16-
16+
1717
// const { RNGameCenter } = NativeModules;
1818
import RNGameCenter from './RNGameCenter';
1919
let leaderboardIdentifier="high_scores"

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-game-center",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0-semantic-release",
44
"description": "Apple's Game Center integration with React Native",
55
"main": "RNGameCenter/index.js",
66
"directories": {

0 commit comments

Comments
 (0)