Skip to content

Commit b1548d1

Browse files
committed
release 1.9
1 parent cb328ef commit b1548d1

File tree

4 files changed

+9861
-5
lines changed

4 files changed

+9861
-5
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ android {
101101
applicationId "com.gsygithubapp"
102102
minSdkVersion 19
103103
targetSdkVersion 22
104-
versionCode 11
105-
versionName "1.8"
104+
versionCode 12
105+
versionName "1.9"
106106
ndk {
107107
abiFilters "armeabi-v7a", "x86"
108108
}

app/components/CodeDetailPage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CodeDetailPage extends Component {
3434
reposActions.getReposFileDir(this.props.ownerName,
3535
this.props.repositoryName, this.props.path, this.props.branch, this.props.textStyle).then((res) => {
3636
if (res && res.result) {
37-
let startTag = `<div class="announce instapaper_body `;
37+
let startTag = `<div class="instapaper_body `;
3838
let startLang = res.data.indexOf(startTag);
3939
let endLang = res.data.indexOf(`" data-path="`);
4040
let lang;

ios/GSYGithubAPP/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.8</string>
20+
<string>1.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>11</string>
24+
<string>12</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)