Skip to content

Commit

Permalink
version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gered committed Jun 27, 2016
1 parent e99fde7 commit d14dd10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ are included within the same system.
## Leiningen

```clj
[gered/views.sql "0.1.0-SNAPSHOT"]
[gered/views.sql "0.1"]
```


Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject gered/views.sql "0.1.0-SNAPSHOT"
(defproject gered/views.sql "0.1"
:description "Plain SQL view implementation for views"
:url "https://github.com/gered/views.sql"

Expand All @@ -11,7 +11,7 @@
:profiles {:provided
{:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/java.jdbc "0.6.1"]
[gered/views "1.5-SNAPSHOT"]]}
[gered/views "1.5"]]}

:test
{:dependencies [[pjstadig/humane-test-output "0.8.0"]]
Expand Down

0 comments on commit d14dd10

Please sign in to comment.