Skip to content

Commit 5219d8d

Browse files
committed
Adding version 0.1.1
1 parent a224197 commit 5219d8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### Version 0.1.1 *(2019-02-18)*
4+
5+
* Various small fixes.
6+
37
### Version 0.1.0 *(2019-02-13)*
48

59
* Initial version.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'application'
66
apply plugin: 'com.bmuschko.docker-java-application'
77

88
group 'com.balaclavalab'
9-
version '0.1.0'
9+
version '0.1.1'
1010

1111
description = 'BLC Redis dump restore utility'
1212
mainClassName = 'com.balaclavalab.redis.DumpRestoreCli'

0 commit comments

Comments
 (0)