File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ Declarative data fetching and caching for [re-frame](https://github.com/day8/re-
2626
2727``` clojure
2828; ; deps.edn
29- {:deps {com.shipclojure/re-frame-query {:mvn/version " 0.10.0 " }}}
29+ {:deps {com.shipclojure/re-frame-query {:mvn/version " 0.10.1 " }}}
3030
3131; ; Leiningen/Boot
32- [com.shipclojure/re-frame-query " 0.10.0 " ]
32+ [com.shipclojure/re-frame-query " 0.10.1 " ]
3333```
3434
3535### 2. Initialize the registry
Original file line number Diff line number Diff line change 55 [deps-deploy.deps-deploy :as dd]))
66
77(def lib 'com.shipclojure /re-frame-query )
8- (def version " 0.10.0 " )
8+ (def version " 0.10.1 " )
99(def class-dir " target/classes" )
1010(def jar-file (format " target/%s-%s.jar" lib version))
1111
Original file line number Diff line number Diff line change 66
77 :pom {:group-id " com.shipclojure"
88 :artifact-id " re-frame-query"
9- :version " 0.10.0 "
9+ :version " 0.10.1 "
1010 :name " re-frame-query"
1111 :description " Declarative data fetching and caching for re-frame, inspired by TanStack Query and RTK Query"
1212 :url " https://github.com/shipclojure/re-frame-query"
1313 :scm {:url " https://github.com/shipclojure/re-frame-query"
14- :tag " v0.10.0 "
14+ :tag " v0.10.1 "
1515 :connection " scm:git:git://github.com/shipclojure/re-frame-query.git"
1616 :dev-connection " scm:git:ssh://git@github.com/shipclojure/re-frame-query.git" }
1717 :licenses [{:name " MIT License"
4747 :exec-fn deps-deploy.deps-deploy/deploy
4848 :exec-args {:installer :remote
4949 :sign-releases? false
50- :artifact " target/com.shipclojure/re-frame-query-0.10.0 .jar" }}}}
50+ :artifact " target/com.shipclojure/re-frame-query-0.10.1 .jar" }}}}
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.shipclojure</groupId >
55 <artifactId >re-frame-query</artifactId >
6- <version >0.10.0 </version >
6+ <version >0.10.1 </version >
77 <packaging >jar</packaging >
88 <name >re-frame-query</name >
99 <description >Declarative data fetching and caching for re-frame, inspired by TanStack Query and RTK Query</description >
2323 <url >https://github.com/shipclojure/re-frame-query</url >
2424 <connection >scm:git:git://github.com/shipclojure/re-frame-query.git</connection >
2525 <developerConnection >scm:git:ssh://git@github.com/shipclojure/re-frame-query.git</developerConnection >
26- <tag >v0.10.0 </tag >
26+ <tag >v0.10.1 </tag >
2727 </scm >
2828 <dependencies >
2929 </dependencies >
You can’t perform that action at this time.
0 commit comments