Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Apr 24, 2024
1 parent e161e76 commit 8bbb142
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.3.1
ver = 0.4.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.3.1"),
.package(url: "https://github.com/417-72KI/StubNetworkKit.git", from: "0.4.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.8', '5.9', '5.10']
spec.swift_versions = ['5.10', '5.8', '5.9']

spec.frameworks = 'Foundation'
spec.dependency 'MultipartFormDataParser', '~> 2.2.0'
Expand Down

0 comments on commit 8bbb142

Please sign in to comment.