Skip to content

Commit

Permalink
Set version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jun 2, 2018
1 parent 3cbc5d4 commit 10bac4a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog #

## Version 1.1.0 ##

Date: 2018-06-02

- Add alternative xhr client.


## Version 1.0.0 ##

Date: 2017-05-28
Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
@@ -1,6 +1,6 @@
= httpurr
Funcool
1.0.0
1.1.0
:toc: left
:!numbered:
:idseparator: -
Expand All @@ -26,7 +26,7 @@ dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/httpurr "1.0.0"]
[funcool/httpurr "1.1.0"]
----


Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject funcool/httpurr "1.0.0"
(defproject funcool/httpurr "1.1.0"
:description "A ring-inspired, promise-returning, simple Clojure(Script) HTTP client."
:url "http://funcool.github.io/httpurr"
:license {:name "Public Domain" :url "http://unlicense.org"}
Expand All @@ -11,4 +11,4 @@

:profiles
{:dev
{:plugins [[lein-ancient "0.6.10"]]}})
{:plugins [[lein-ancient "0.6.15"]]}})
1 change: 0 additions & 1 deletion test/httpurr/test/test_xhr_client.cljs
Expand Up @@ -6,7 +6,6 @@
(:import goog.testing.net.XhrIo))

;; --- helpers

(defn raw-last-request
[]
(aget (.getSendInstances XhrIo) 0))
Expand Down

0 comments on commit 10bac4a

Please sign in to comment.