Skip to content

Commit 28cdd01

Browse files
author
Matt Revelle
committed
Changes for 1.2.3.
1 parent 9990901 commit 28cdd01

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* 1.2.2
1+
* 1.2.3
2+
3+
- Depending on clj-oauth 1.2.4.
24

3-
- Fixed incorrect merging of optional params. Possible regression from 1.2. (found and fixed by Zehua Liu)
5+
* 1.2.2
46

7+
- Fixed incorrect merging of optional params. Possible regression from 1.2. (found and fixed by Zehua Liu)

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
(defproject clojure-twitter "1.2.2"
1+
(defproject clojure-twitter "1.2.3"
22
:description "Twitter Client API for Clojure"
33
:dependencies [[org.clojure/clojure "1.2.0"]
44
[org.clojure/clojure-contrib "1.2.0"]
5-
[clj-oauth "1.2.1"]
5+
[clj-oauth "1.2.4"]
66
[com.twinql.clojure/clj-apache-http "2.3.1"]]
77
:dev-dependencies [[swank-clojure "1.2.1"]])

0 commit comments

Comments
 (0)