Skip to content

Commit

Permalink
"Release: 0.2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jan 16, 2022
1 parent d975dfa commit bd886d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This change

## Unreleased

## 0.2.1

## 0.2.0

- Remove tools.cli deps from jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.clj-easy</groupId>
<artifactId>stub</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>clj-easy/stub</name>
<description>Library to generate stubs for other Clojure libraries.</description>
<url>https://github.com/clj-easy/stub</url>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/clj-easy/stub</url>
<connection>scm:git:git://github.com/clj-easy/stub.git</connection>
<developerConnection>scm:git:ssh://[email protected]/clj-easy/stub.git</developerConnection>
<tag>v0.2.0</tag>
<tag>v0.2.1</tag>
</scm>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/STUB_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit bd886d2

Please sign in to comment.