Skip to content

Commit 2c82f92

Browse files
committed
Release: v1.0.1
1 parent a46c0ce commit 2c82f92

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v1.0.1
6+
57
Remove LSP errors.
68

79
## v1.0.0

pom.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by org.clojure/tools.build
2-
# Tue Sep 16 10:43:45 BRT 2025
3-
version=1.0.0
2+
# Tue Sep 16 11:16:41 BRT 2025
3+
version=1.0.1
44
groupId=com.github.clojure-lsp
55
artifactId=jsonrpc4clj

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>com.github.clojure-lsp</groupId>
66
<artifactId>jsonrpc4clj</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<name>jsonrpc4clj</name>
99
<licenses>
1010
<license>
@@ -58,6 +58,6 @@
5858
<url>https://github.com/clojure-lsp/jsonrpc4clj</url>
5959
<connection>scm:git:git://github.com/clojure-lsp/jsonrpc4clj.git</connection>
6060
<developerConnection>scm:git:ssh://git@github.com/clojure-lsp/jsonrpc4clj.git</developerConnection>
61-
<tag>v1.0.0</tag>
61+
<tag>v1.0.1</tag>
6262
</scm>
6363
</project>

resources/JSONRPC4CLJ_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)