Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit 38ac8cc

Browse files
committed
Adds release notes to the CHANGELOG and bumps the version to 1.0.3
1 parent 10af313 commit 38ac8cc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.0.3] - 2017-10-08
10+
### Changed
11+
- Improved documentation.
12+
- InstagramAuthScope renamed to InstagramScope.
13+
914
## [1.0.2] - 2017-10-07
1015
### Added
1116
- `InstagramLoginViewController` hides automatically when concludes.
@@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2934
### Added
3035
- Initial release.
3136

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
3339
[1.0.2]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.1...v1.0.2
3440
[1.0.1]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.0...v1.0.1

Sources/Supporting Files/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.0.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SwiftInstagram.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftInstagram'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'A Swift wrapper for the Instagram API'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)