From f88d7ea886f311db51fd72b0f7008d6bf4cfeeca Mon Sep 17 00:00:00 2001 From: metametadata Date: Mon, 23 May 2016 17:31:31 +0300 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8673c1e..f5949ba 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pickings "0.2.0-SNAPSHOT" +(defproject pickings "0.3.0-SNAPSHOT" :description "Press global hotkey to append clipboard text into file." :dependencies [[org.clojure/clojure "1.8.0"] [carry "0.3.0"]