Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Sep 6, 2016
1 parent 219f02e commit 306c2c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,6 +1,6 @@
(defproject fetch "0.2.0"
(defproject fetch "0.2.2"
:description "A ClojureScript and Noir library to make client-server interaction painless."
:url "https://github.com/LightTable/fetch"
:license {:name "MIT License"}
:dependencies [[org.clojure/clojure "1.5.1"]
:dependencies [[org.clojure/clojure "1.6.0"]
[noir "1.3.0"]])
1 change: 1 addition & 0 deletions src/fetch/core.cljs
Expand Up @@ -3,6 +3,7 @@
[clojure.string :as string]
[cljs.reader :as reader]
[goog.events :as events]
[goog.net.EventType :as EventType]
[goog.Uri.QueryData :as query-data]
[goog.structs :as structs]))

Expand Down

0 comments on commit 306c2c8

Please sign in to comment.