Skip to content

Commit 3d330d1

Browse files
committed
bump version number
1 parent 6fa554f commit 3d330d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Large changes in the number of active UDP sockets on the system will cause one-t
102102

103103
## Change log
104104

105+
### 1.0.4
106+
107+
* Bugfixes to file handling routine
108+
* Report UDP socket transmit buffer depth
109+
105110
### 1.0.3
106111

107112
* Bugfixes to file handling routines

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testCompile "junit:junit:4.11"
3131
}
3232

33-
version = new Version(major: 1, minor: 0, revision: 3)
33+
version = new Version(major: 1, minor: 0, revision: 4)
3434

3535
sourceSets {
3636
main {

0 commit comments

Comments
 (0)