Skip to content

Commit

Permalink
Change version to 3.1.0 (#54)
Browse files Browse the repository at this point in the history
* Change version to 3.1.0

* Added RELEASE_NOTES.txt
  • Loading branch information
Nenad Vuletić authored Nov 10, 2020
1 parent 526452f commit 50046db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*WolkConnect-Java RELEASE NOTES**
--------------------------

*WolkAbout Technology s.r.o.*

Java library which provides easy connectivity to WolkAbout IoT Platform.

**Version 3.1.0**
- [FEATURE] - Implemented the Firmware Update feature.
- [FEATURE] - Implemented the File Management feature.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

group 'com.wolkabout'

version '3.0.0'
version '3.1.0'

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {
}
dependencies {
compile 'com.wolkabout:wolk:3.0.0'
compile 'com.wolkabout:wolk:3.1.0'
}
```

Expand All @@ -56,7 +56,7 @@ Maven
<dependency>
<groupId>com.wolkabout</groupId>
<artifactId>wolk</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 50046db

Please sign in to comment.