Skip to content

Commit dc6b714

Browse files
committed
Fix makefile
1 parent f1d20a0 commit dc6b714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "lsp-dart" "1.22.0" "Dart support lsp-mode")
1+
(package "lsp-dart" "1.22.1" "Dart support lsp-mode")
22

33
(package-file "lsp-dart.el")
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tag:
3232
sed -i "s/;; Version: [0-9]\+.[0-9]\+.[0-9]\+/;; Version: $(TAG)/g" lsp-dart.el
3333
sed -i "s/lsp-dart-version-string \"[0-9]\+.[0-9]\+.[0-9]\+\"/lsp-dart-version-string \"$(TAG)\"/g" lsp-dart.el
3434
sed -i "s/\"lsp-dart\" \"[0-9]\+.[0-9]\+.[0-9]\+\"/\"lsp-dart\" \"$(TAG)\"/g" Eask
35-
git add lsp-dart.el
35+
git add lsp-dart.el Eask
3636
git commit -m "Bump lsp-dart: $(TAG)"
3737
git tag $(TAG)
3838
git push origin HEAD

0 commit comments

Comments
 (0)