diff --git a/Dumpling.podspec b/Dumpling.podspec index b01049e..cb59d4c 100644 --- a/Dumpling.podspec +++ b/Dumpling.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Dumpling' - s.version = '0.1.0' + s.version = '0.2.0' s.summary = 'Dumpling is a pure Swift customisable and extensible Markdown parser for iOS and macOS.' s.homepage = 'https://github.com/chojnac/Dumpling' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Dumpling.xcodeproj/project.pbxproj b/Dumpling.xcodeproj/project.pbxproj index ed78f56..37896ef 100644 --- a/Dumpling.xcodeproj/project.pbxproj +++ b/Dumpling.xcodeproj/project.pbxproj @@ -1310,6 +1310,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.chojnac.dumpling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1337,6 +1338,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.2.0; PRODUCT_BUNDLE_IDENTIFIER = com.chojnac.dumpling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/README.md b/README.md index e03144a..356aa70 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,14 @@ pod 'Dumpling' ### Carthage ``` -github "chojnac/Dumpling.git" ~> 0.1.0 +github "chojnac/Dumpling.git" ~> 0.2.0 ``` ### Swift Package Manager ```swift dependencies: [ - .package(url: "https://github.com/chojnac/Dumpling.git", .upToNextMajor(from: "0.1.0")) + .package(url: "https://github.com/chojnac/Dumpling.git", .upToNextMajor(from: "0.2.0")) ] ``` diff --git a/Sources/Info.plist b/Sources/Info.plist index 9bcb244..c0701c6 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION)