Skip to content

Commit 99f1141

Browse files
committed
"Release: 0.1.1"
1 parent 1001285 commit 99f1141

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This change
33

44
## Unreleased
55

6+
## 0.1.1
7+
68
- Fix incorrectly unescaped generated doc strings.
79

810
## 0.1.0

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.clj-easy</groupId>
55
<artifactId>stub</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.1.1</version>
77
<name>clj-easy/stub</name>
88
<description>Library to generate stubs for other Clojure libraries.</description>
99
<url>https://github.com/clj-easy/stub</url>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/clj-easy/stub</url>
2323
<connection>scm:git:git://github.com/clj-easy/stub.git</connection>
2424
<developerConnection>scm:git:ssh://git@github.com/clj-easy/stub.git</developerConnection>
25-
<tag>v0.1.0</tag>
25+
<tag>v0.1.1</tag>
2626
</scm>
2727
<dependencies>
2828
<dependency>

resources/STUB_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)