Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlzhc committed Apr 25, 2019
1 parent 4e57067 commit 0e6c456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:eval-in-leiningen true
:plugins [[carlzhc/lein-tar "3.3.0"]
:plugins [[carlzhc/lein-tar "3.3.0.1"]
[lein-rpmbuild "0.1.1"]]
:tar {:ubergar true
:format :tar-gz}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-rpmbuild "0.1.2-SNAPSHOT"
(defproject lein-rpmbuild "0.1.2"
:description "Leiningen plugin for building an RPM package"
:url "http://github.com/carlzhc/lein-rpmbuild"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 0e6c456

Please sign in to comment.