We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990901 commit 28cdd01Copy full SHA for 28cdd01
CHANGES
@@ -1,4 +1,7 @@
1
-* 1.2.2
+* 1.2.3
2
+
3
+- Depending on clj-oauth 1.2.4.
4
-- Fixed incorrect merging of optional params. Possible regression from 1.2. (found and fixed by Zehua Liu)
5
+* 1.2.2
6
7
+- Fixed incorrect merging of optional params. Possible regression from 1.2. (found and fixed by Zehua Liu)
project.clj
@@ -1,7 +1,7 @@
-(defproject clojure-twitter "1.2.2"
+(defproject clojure-twitter "1.2.3"
:description "Twitter Client API for Clojure"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
- [clj-oauth "1.2.1"]
+ [clj-oauth "1.2.4"]
[com.twinql.clojure/clj-apache-http "2.3.1"]]
:dev-dependencies [[swank-clojure "1.2.1"]])
0 commit comments