Skip to content

Commit

Permalink
Msg2Swift stable version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Mar 27, 2024
1 parent 2d545c6 commit a08b036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.plugin(name: "Msg2swiftCommand", targets: ["Msg2swiftCommand"]),
],
dependencies: [
.package(url: "https://github.com/DimaRU/Msg2swift.git", branch: "master")
.package(url: "https://github.com/DimaRU/Msg2swift.git", from: "1.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit a08b036

Please sign in to comment.