Skip to content

Commit

Permalink
Bumped to version 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdelliott committed Feb 2, 2018
1 parent 571b7ef commit af6fd61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>fullcontact</groupId>
<artifactId>full.contacts-api-client</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<name>full.contacts-api-client</name>
<description>Clojure SDK for FullContact Contacts API</description>
<url>https://github.com/fullcontact/contacts-contacts-api-client-clojure</url>
Expand All @@ -17,7 +17,7 @@
<scm>
<connection>scm:git:git://github.com/fullcontact/full.contacts-api-client.git</connection>
<developerConnection>scm:git:ssh://git@github.com/fullcontact/full.contacts-api-client.git</developerConnection>
<tag>940f2e49653a0d4bc3dbfce17586ee316f087d52
<tag>730b6d286f5517c3987ddeac37c4e26efc968060
</tag>
<url>https://github.com/fullcontact/full.contacts-api-client</url>
</scm>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject fullcontact/full.contacts-api-client "0.1.0-SNAPSHOT"
(defproject fullcontact/full.contacts-api-client "0.1.1-SNAPSHOT"
:description "Clojure SDK for FullContact Contacts API"
:url "https://github.com/fullcontact/contacts-contacts-api-client-clojure"
:license {:name "Eclipse Public License - v 1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/full/contacts_api_client/http.clj
Expand Up @@ -4,7 +4,7 @@
[full.contacts-api-client.util :as util]
[ring.util.codec :refer [form-encode]]))

(def version "0.1.0")
(def version "0.1.1")
(def api-version "v1")
(defn get-url [endpoint]
(str util/base-url "/api/" api-version endpoint))
Expand Down

0 comments on commit af6fd61

Please sign in to comment.