Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed May 12, 2023
1 parent abe7cdf commit c8c2ac4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME = StubNetworkKit

ver = 0.1.1
ver = 0.2.0

.SILENT:

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let isRelease = false
let isRelease = true

let isObjcAvailable: Bool = {
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
### Swift Package Manager(recommended)

```swift:Package.swift
.package(url: "https://github.com/417-72KI/StubNetworkKit.git", from: "0.1.1"),
.package(url: "https://github.com/417-72KI/StubNetworkKit.git", from: "0.2.0"),
```

### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion StubNetworkKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |spec|

spec.source = { :git => "https://github.com/417-72KI/#{spec.name}.git", :tag => "#{spec.version}" }
spec.source_files = 'Sources/StubNetworkKit/**/*.swift'
spec.swift_versions = ['5.4', '5.5', '5.6']
spec.swift_versions = ['5.6', '5.7', '5.8']

spec.frameworks = 'Foundation'
end

0 comments on commit c8c2ac4

Please sign in to comment.