Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnabeyang committed May 13, 2024
1 parent f4e23a6 commit f6239ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/nnabeyang/swift-msgpack", from: "0.4.0"),
.package(url: "https://github.com/nnabeyang/swift-msgpack", from: "0.5.0"),
],
targets: [
.executableTarget(name: "<executable-target-name>", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SwiftMessagePack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftMessagePack"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "swift-msgpack is a library of MessagePack encoder & decoder for Swift based on Codable."
s.homepage = "https://github.com/nnabeyang/swift-msgpack"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit f6239ce

Please sign in to comment.