Skip to content

Commit a3b1da8

Browse files
authored
Merge pull request #12 from sematext/update-logo
Updated Logo to static link
2 parents 71e7cac + 715222e commit a3b1da8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# <img src="./assets/octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-java**
2+
# <img src="https://sematext.com/wp-content/uploads/2020/09/just-octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-java**
33

44
<br>
55

@@ -88,7 +88,7 @@ Add this dependency to your project's POM:
8888
<dependency>
8989
<groupId>com.sematext</groupId>
9090
<artifactId>SematextCloudClient</artifactId>
91-
<version>0.1.0</version>
91+
<version>0.1.1</version>
9292
<scope>compile</scope>
9393
</dependency>
9494
```
@@ -98,7 +98,7 @@ Add this dependency to your project's POM:
9898
Add this dependency to your project's build file:
9999

100100
```groovy
101-
compile "com.sematext:sematext-api-client-java:0.1.0"
101+
compile "com.sematext:sematext-api-client-java:0.1.1"
102102
```
103103

104104
### Others
@@ -111,7 +111,7 @@ mvn clean package
111111

112112
Then manually install the following JARs:
113113

114-
* `target/swagger-java-client-1.0.0.jar`
114+
* `target/swagger-java-client-1.0.1.jar`
115115
* `target/lib/*.jar`
116116

117117

assets/octi-blue.png

-48.7 KB
Binary file not shown.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.sematext'
5-
version = '0.1.0'
5+
version = '0.1.1'
66

77
buildscript {
88
repositories {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>SematextCloudClient</artifactId>
66
<packaging>jar</packaging>
77
<name>SematextCloudClient</name>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
<url>https://github.com/sematext/sematext-api-client-java</url>
1010
<description>Client for Sematext Cloud API at https://sematext.com/docs/api/</description>
1111

0 commit comments

Comments
 (0)