This repository was archived by the owner on Oct 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.3] - 2017-10-08
10
+ ### Changed
11
+ - Improved documentation.
12
+ - InstagramAuthScope renamed to InstagramScope.
13
+
9
14
## [ 1.0.2] - 2017-10-07
10
15
### Added
11
16
- ` InstagramLoginViewController ` hides automatically when concludes.
@@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
34
### Added
30
35
- Initial release.
31
36
32
- [ Unreleased ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.2...develop
37
+ [ Unreleased ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.3...develop
38
+ [ 1.0.3 ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.2...v1.0.3
33
39
[ 1.0.2 ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.1...v1.0.2
34
40
[ 1.0.1 ] : https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.2 </string >
18
+ <string >1.0.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftInstagram'
3
- s . version = '1.0.2 '
3
+ s . version = '1.0.3 '
4
4
s . license = { :type => "MIT" , :file => "LICENSE" }
5
5
s . summary = 'A Swift wrapper for the Instagram API'
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments