Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed May 8, 2022
1 parent e902d21 commit 38ff125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.2
ver = 0.1.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.0.2"),
.package(url: "https://github.com/417-72KI/StubNetworkKit.git", from: "0.1.0"),
```

### CocoaPods
Expand Down

0 comments on commit 38ff125

Please sign in to comment.