Skip to content

Commit

Permalink
Bump CETV (#262)
Browse files Browse the repository at this point in the history
Bumps CETV to 0.7.6.
  • Loading branch information
thecoolwinter authored Aug 24, 2024
1 parent 515b025 commit fbabc59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditTextView.git",
"state" : {
"revision" : "eb1d38247a45bc678b5a23a65d6f6df6c56519e4",
"version" : "0.7.5"
"revision" : "2619cb945b4d6c2fc13f22ba873ba891f552b0f3",
"version" : "0.7.6"
}
},
{
Expand All @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
"version" : "1.1.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// A fast, efficient, text view for code.
.package(
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
from: "0.7.5"
from: "0.7.6"
),
// tree-sitter languages
.package(
Expand Down

0 comments on commit fbabc59

Please sign in to comment.