Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e34ee94

Browse files
author
Remco van 't Veer
committed
release 0.0.1
1 parent ce4c4af commit e34ee94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ h2. Installation
1616
Drop the following dependency in your <code>project.clj</code> at the appropriate place:
1717

1818
<pre>
19-
[ring-partial-content "0.0.1-SNAPSHOT"]
19+
[ring-partial-content "0.0.1"]
2020
</pre>
2121

2222

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject ring-partial-content "0.0.1-SNAPSHOT"
1+
(defproject ring-partial-content "0.0.1"
22
:description "Partial Content middleware for ring."
33

44
:dependencies [[org.clojure/clojure "1.2.0"]

0 commit comments

Comments
 (0)