Skip to content

Commit

Permalink
Set version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 13, 2020
1 parent 9ade77b commit 922bd32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LanguageServer"
uuid = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
version = "3.0.1-DEV"
version = "3.1.0"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -10,9 +10,9 @@ DocumentFormat = "ffa9a821-9c82-50df-894e-fbcef3ed31cd"
StaticLint = "b3cc710f-9c33-5bdb-a03d-a94903873e97"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
JSONRPC = "b9b8584e-8fd3-41f9-ad0c-7255d428e418"
SymbolServer = "cf896787-08d5-524d-9de7-132aaa0cb996"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
JSONRPC = "b9b8584e-8fd3-41f9-ad0c-7255d428e418"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -29,9 +29,9 @@ CSTParser = "2.2"
DocumentFormat = "3"
StaticLint = "4.3"
Tokenize = "0.5.7"
JSONRPC = "1"
SymbolServer = "4.2"
URIParser = "0.4.1"
JSONRPC = "1"

[targets]
test = ["Test", "Sockets", "Pkg", "LibGit2", "Serialization", "SHA"]

2 comments on commit 922bd32

@davidanthoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/16321

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.1.0 -m "<description of version>" 922bd32fe9e19423b926f166ac39b40e7b5720b1
git push origin v3.1.0

Please sign in to comment.