Skip to content

Commit

Permalink
Merge pull request #13 from sematext/develop
Browse files Browse the repository at this point in the history
Version bump for update to logo.
  • Loading branch information
hollerloudly authored Sep 14, 2020
2 parents fcc0d02 + a3b1da8 commit 83375bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

<br>

Expand Down Expand Up @@ -88,7 +88,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.sematext</groupId>
<artifactId>SematextCloudClient</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -98,7 +98,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.sematext:sematext-api-client-java:0.1.0"
compile "com.sematext:sematext-api-client-java:0.1.1"
```

### Others
Expand All @@ -111,7 +111,7 @@ mvn clean package

Then manually install the following JARs:

* `target/swagger-java-client-1.0.0.jar`
* `target/swagger-java-client-1.0.1.jar`
* `target/lib/*.jar`


Expand Down
Binary file removed assets/octi-blue.png
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.sematext'
version = '0.1.0'
version = '0.1.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>SematextCloudClient</artifactId>
<packaging>jar</packaging>
<name>SematextCloudClient</name>
<version>0.1.0</version>
<version>0.1.1</version>
<url>https://github.com/sematext/sematext-api-client-java</url>
<description>Client for Sematext Cloud API at https://sematext.com/docs/api/</description>

Expand Down

0 comments on commit 83375bb

Please sign in to comment.