Skip to content

Commit

Permalink
Merge pull request #89 from lukepistrol/update-languages
Browse files Browse the repository at this point in the history
update 'CodeEditLanguages' to 0.1.2
  • Loading branch information
lukepistrol authored Nov 5, 2022
2 parents 4ea2885 + e20f513 commit 6493a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditLanguages.git",
"state" : {
"revision" : "4f16de32456d68035889938c592927cac69b20e9",
"version" : "0.1.1"
"revision" : "271feca0ea37002441c73e7f16ee5600b6fc00b2",
"version" : "0.1.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
),
.package(
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
exact: "0.1.1"
exact: "0.1.2"
),
],
targets: [
Expand Down

0 comments on commit 6493a0b

Please sign in to comment.