Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
epickrram committed Jul 25, 2016
1 parent 6fa554f commit 3d330d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ Large changes in the number of active UDP sockets on the system will cause one-t

## Change log

### 1.0.4

* Bugfixes to file handling routine
* Report UDP socket transmit buffer depth

### 1.0.3

* Bugfixes to file handling routines
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
testCompile "junit:junit:4.11"
}

version = new Version(major: 1, minor: 0, revision: 3)
version = new Version(major: 1, minor: 0, revision: 4)

sourceSets {
main {
Expand Down

0 comments on commit 3d330d1

Please sign in to comment.