Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiredman committed Feb 18, 2013
1 parent 7adca14 commit eb58419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clojurebot-eval/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurebot-eval "0.1.0-SNAPSHOT"
(defproject clojurebot-eval "1.0.0"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion clojurebot-facts/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurebot-facts "0.1.0-SNAPSHOT"
(defproject clojurebot-facts "1.0.0"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurebot "0.3.3-SNAPSHOT"
(defproject clojurebot "1.0.0"
:repositories {"sonatype-snapshots"
"https://oss.sonatype.org/content/repositories/snapshots/"}
:description "An IRC bot written in Clojure"
Expand Down

0 comments on commit eb58419

Please sign in to comment.