Skip to content

Commit

Permalink
ver 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Nov 17, 2021
1 parent 5714c46 commit e10457a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This change

== Unreleased (dev)

== 1.3.0 (2021-11-18)

// {{{
=== Added
* https://github.com/liquidz/antq/issues/115[#115]: Added support for detecting libraries in `:local/root` dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ From Clojure CLI ver `1.10.3.933`, https://clojure.org/reference/deps_and_cli#to
[source,sh]
----
# install
clojure -Ttools install com.github.liquidz/antq '{:git/tag "1.2.0"}' :as antq
clojure -Ttools install com.github.liquidz/antq '{:git/tag "1.3.0"}' :as antq
# uninstall
clojure -Ttools remove :tool antq
# execute
Expand Down
2 changes: 1 addition & 1 deletion 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.liquidz</groupId>
<artifactId>antq</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>antq</name>
<description>Point out your outdated dependencies</description>
<url>https://github.com/liquidz/antq</url>
Expand Down

0 comments on commit e10457a

Please sign in to comment.