Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnac committed Apr 19, 2021
1 parent c9c5725 commit 622d6ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dumpling.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 2 additions & 0 deletions Dumpling.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 622d6ed

Please sign in to comment.