Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Apr 8, 2012
1 parent c13abaf commit c703749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject com.cemerick/friend "0.0.2-SNAPSHOT"
(defproject com.cemerick/friend "0.0.2"
:description "Authentication and authorization library for Ring Clojure web apps and services."
:url "http://github.com/cemerick/friend"
:license {:name "Eclipse Public License"
Expand All @@ -25,7 +25,7 @@
:1.2 {:dependencies [[org.clojure/clojure "1.2.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta5"]]}}
:aliases { "all" ["with-profile" "dev,1.2:dev:dev,1.4"] }

:dev-dependencies [[ring-mock "0.1.1"]
[compojure "1.0.1"]
[ring "1.0.2"]
Expand Down

0 comments on commit c703749

Please sign in to comment.