We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155c22e commit 5deb678Copy full SHA for 5deb678
2 files changed
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+0.1.0 - 2018-04-23
2
+------------------
3
+
4
+Initial release for Google Ads API v0.
5
google-ads-examples/pom.xml
@@ -30,7 +30,7 @@
30
<groupId>com.google.api-ads</groupId>
31
<artifactId>google-ads-examples</artifactId>
32
<packaging>jar</packaging>
33
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
34
<name>Google Ads API client library for Java examples</name>
35
<description>
36
Examples demonstrating the Google Ads API client library for Java.
@@ -55,7 +55,7 @@
55
<dependency>
56
57
<artifactId>google-ads</artifactId>
58
59
</dependency>
60
61
<groupId>com.beust</groupId>
0 commit comments