Skip to content

Commit

Permalink
Bumped version number in readme and project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
grinnbearit committed May 23, 2011
1 parent d17346e commit 0d8be29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,14 +39,14 @@ These three functions can take three options:

Leiningen:

[opencsv-clj "1.0.0-SNAPSHOT"]
[opencsv-clj "1.2.0"]

Maven:

<dependency>
<groupId>opencsv-clj</groupId>
<artifactId>opencsv-clj</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

## License
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject opencsv-clj "1.1.0"
(defproject opencsv-clj "1.2.0"
:description "clojure wrapper for opencsv"
:dependencies [[org.clojure/clojure "1.2.0"]
[net.sf.opencsv/opencsv "2.0"]]
Expand Down

0 comments on commit 0d8be29

Please sign in to comment.