Skip to content

Commit

Permalink
Bump version in podspec & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hout committed Jan 23, 2016
1 parent 3e6b0e4 commit 442d435
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Change Log

## [v3.0.0](https://github.com/malcommac/SwiftDate/tree/v3.0.0) (2016-01-23)

[Full Changelog](https://github.com/malcommac/SwiftDate/compare/2.0.2...3.0.0)
[Full Changelog](https://github.com/malcommac/SwiftDate/compare/2.0.2...v3.0.0)

**Implemented enhancements:**

Expand Down
4 changes: 2 additions & 2 deletions SwiftDate.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftDate'
spec.version = '2.0.2'
spec.summary = 'Swift library to easily manage Dates and TimeZones'
spec.version = '3.0.0'
spec.summary = 'Swift library to easily manage dates; also with varying time zones, calendars and locales'
spec.homepage = 'https://github.com/malcommac/SwiftDate'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Daniele Margutti' => '[email protected]' }
Expand Down
2 changes: 2 additions & 0 deletions SwiftDate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
1FC8EBA41C30403B00440686 /* UserGuide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = UserGuide.md; path = Documentation/UserGuide.md; sourceTree = "<group>"; };
1FC8EBA51C30404E00440686 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
1FC8EBA61C30404E00440686 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
1FE22DD21C543275005215D6 /* SwiftDate.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftDate.podspec; sourceTree = SOURCE_ROOT; };
1FEECDD31C2E9D6B00E8A78A /* time-zone-gen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "time-zone-gen"; sourceTree = BUILT_PRODUCTS_DIR; };
1FEECDD51C2E9D6B00E8A78A /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
22815C82A9C48EAAFB7A255F /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -328,6 +329,7 @@
084C20DF1C03C1FB0068D224 /* SwiftDate */ = {
isa = PBXGroup;
children = (
1FE22DD21C543275005215D6 /* SwiftDate.podspec */,
084C20E01C03C1FB0068D224 /* SwiftDate.h */,
08EF42CE1C4BA9E800745703 /* NSDateInterval.swift */,
08EF42C01C4BA9E800745703 /* Additions.swift */,
Expand Down

0 comments on commit 442d435

Please sign in to comment.