Skip to content

Commit

Permalink
Bump to version 0.2.0, using Selenium 2.0b3 and lots of improvements …
Browse files Browse the repository at this point in the history
…since 0.1.4 release
  • Loading branch information
semperos committed Apr 1, 2011
1 parent 43ee669 commit 022a9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject clj-webdriver "0.1.4"
(defproject clj-webdriver "0.2.0"
:description "Clojure wrapper around Selenium-WebDriver library"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.seleniumhq.selenium/selenium-server "2.0b2"]]
[org.seleniumhq.selenium/selenium-server "2.0b3"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]
[marginalia "0.5.0"]
[ring "0.3.7"]
Expand Down

0 comments on commit 022a9df

Please sign in to comment.