Skip to content

Commit

Permalink
update stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
alekcz committed Aug 30, 2022
1 parent 836840c commit 801e6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For datahike-firebase you will need to create a Realtime Database on Firebase an

[![Clojars Project](https://img.shields.io/clojars/v/alekcz/datahike-firebase.svg)](https://clojars.org/alekcz/datahike-firebase)

`[alekcz/datahike-firebase "0.5.1506-SNAPSHOT"]`
`[alekcz/datahike-firebase "0.5.1506"]`

After including the datahike API and the datahike-firebase namespace, you can use the Firebase backend now using the keyword `:firebase`

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject alekcz/datahike-firebase "0.5.1506-SNAPSHOT"
(defproject alekcz/datahike-firebase "0.5.1510-SNAPSHOT"
:description "Datahike with Firebase as data storage"
:url "https://github.com/alekcz/datahike-firebase"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand All @@ -7,7 +7,7 @@
[org.clojure/core.async "1.5.648"]
[environ "1.2.0"]
[alekcz/konserve-fire "0.4.2-20220819.114855-3"]
[io.replikativ/datahike "0.5.1506"]]
[io.replikativ/datahike "0.5.1510"]]
:aot :all
:main datahike-firebase.core
:repl-options {:init-ns datahike-firebase.core}
Expand Down

0 comments on commit 801e6d2

Please sign in to comment.