diff --git a/CHANGELOG.md b/CHANGELOG.md index 209763c..b19b644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [x.y.z](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (yyyy-mm-dd) +## [0.3.0](https://github.com/sushichop/Puppy/releases/tag/x.y.z) (2021-08-07) - Update `cmake-build` for Linux. [#19](https://github.com/sushichop/Puppy/pull/19) - Workaround for `carthage build` in both Xcode 12 and 13. [#20](https://github.com/sushichop/Puppy/pull/20) diff --git a/Configurations/Common.xcconfig b/Configurations/Common.xcconfig index 9a3074b..d8c4541 100644 --- a/Configurations/Common.xcconfig +++ b/Configurations/Common.xcconfig @@ -19,7 +19,7 @@ WATCHOS_DEPLOYMENT_TARGET = 3.0 SWIFT_VERSION = 5.0 -MARKETING_VERSION = 0.2.0 +MARKETING_VERSION = 0.3.0 DYLIB_CURRENT_VERSION = 1 CURRENT_PROJECT_VERSION = $(DYLIB_CURRENT_VERSION) diff --git a/Puppy.podspec b/Puppy.podspec index d8edb32..7eced8d 100644 --- a/Puppy.podspec +++ b/Puppy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Puppy" - s.version = "0.2.0" + s.version = "0.3.0" s.summary = "A flexible logging library written in Swift" s.homepage = "https://github.com/sushichop/Puppy" s.license = { :type => "MIT", :file => "LICENSE" }