Skip to content

Commit

Permalink
release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Nov 12, 2015
1 parent 66a6bef commit c48f602
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bigquery/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject googlecloud/bigquery "0.3.4-SNAPSHOT"
(defproject googlecloud/bigquery "0.3.4"
:description "BijQuery"
:url "https://github.com/pingles/googlecloud"
:license {:name "Eclipse Public License"
Expand All @@ -8,4 +8,4 @@
[prismatic/schema "1.0.1"]
[com.google.api-client/google-api-client "1.20.0"]
[com.google.apis/google-api-services-bigquery "v2-rev238-1.20.0"]
[googlecloud/core "0.3.4-SNAPSHOT"]])
[googlecloud/core "0.3.4"]])
4 changes: 2 additions & 2 deletions cloudstorage/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject googlecloud/cloudstorage "0.3.4-SNAPSHOT"
(defproject googlecloud/cloudstorage "0.3.4"
:description "Google Cloud Storage client"
:url "https://github.com/pingles/googlecloud"
:license {:name "Eclipse Public License"
Expand All @@ -7,4 +7,4 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[com.google.api-client/google-api-client "1.20.0"]
[com.google.apis/google-api-services-storage "v1-rev50-1.20.0"]
[googlecloud/core "0.3.4-SNAPSHOT"]])
[googlecloud/core "0.3.4"]])
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject googlecloud/core "0.3.4-SNAPSHOT"
(defproject googlecloud/core "0.3.4"
:description "Google Cloud support library"
:url "https://github.com/pingles/googlecloud"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject googlecloud "0.3.4-SNAPSHOT"
(defproject googlecloud "0.3.4"
:description "Google Cloud service clients for Clojure"
:url "https://github.com/pingles/googlecloud"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c48f602

Please sign in to comment.