Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 4c607f5

Browse files
committed
update version
1 parent 2b1df14 commit 4c607f5

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2.0.0 Release notes (2019-09-24)
2+
=============================================================
3+
4+
### API Breaking Changes
5+
6+
* Stoped support iOS8.
7+
* Please set LSApplicationQueriesSchemes for check if studyplus is installed.
8+
9+
### Enhancements
10+
11+
* None.
12+
13+
### Bugfixes
14+
15+
* Fixed to check if studyplus is installed.
16+
117
1.3.6 Release notes (2019-08-30)
218
=============================================================
319

Demo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.3.6</string>
22+
<string>2.0.0</string>
2323
<key>CFBundleURLTypes</key>
2424
<array>
2525
<dict>

StudyplusSDK-V2.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "StudyplusSDK-V2"
3-
s.version = "1.3.6"
3+
s.version = "2.0.0"
44
s.summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
55
s.homepage = "https://info.studyplus.jp"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git", :tag => s.version }
88
s.source_files = "StudyplusSDK", "StudyplusSDK/**/*.{swift}"
99
s.requires_arc = true
10-
s.platform = :ios, '8.0'
11-
s.ios.deployment_target = '8.0'
10+
s.platform = :ios, '9.0'
11+
s.ios.deployment_target = '9.0'
1212
s.ios.frameworks = ['UIKit', 'Foundation']
1313
s.author = { 'Studyplus inc' => '[email protected]' }
1414
s.swift_versions = ['4.2', '5.0']

StudyplusSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.6</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

StudyplusSDK/Studyplus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final public class Studyplus {
4141

4242
StudyplusSDKのバージョンを返します
4343
*/
44-
public static let SDKVersion: String = "1.3.6"
44+
public static let SDKVersion: String = "2.0.0"
4545

4646
/**
4747
Returns the shared defaults object.

0 commit comments

Comments
 (0)