Skip to content

Commit 4abdd45

Browse files
committed
bump version numbers to track breaking changes
1 parent 694be55 commit 4abdd45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ library
5858
haddock-library >= 1.8 && < 1.10,
5959
hashable,
6060
hie-compat ^>= 0.1.0.0,
61-
hls-plugin-api ^>= 1.0.0.0,
61+
hls-plugin-api ^>= 1.1.0.0,
6262
lens,
6363
hiedb == 0.3.0.1,
6464
lsp-types == 1.1.*,

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-plugin-api
3-
version: 1.0.0.0
3+
version: 1.1.0.0
44
synopsis: Haskell Language Server API for plugin communication
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>

0 commit comments

Comments
 (0)