Skip to content

Commit 0056abb

Browse files
committed
bump version
1 parent 873e077 commit 0056abb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.circleci/orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commands:
88
version:
99
description: Install version.
1010
type: string
11-
default: v0.3.0
11+
default: v0.3.1
1212
steps:
1313
- restore_cache:
1414
key: aliases-<< parameters.version >>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.3.1 - 2019-03-01
2+
3+
Bug Fixes:
4+
* fixed use local docker binary path in docker download (https://github.com/k-kinzal/aliases/pull/65)
5+
16
## v0.3.0 - 2019-02-18
27

38
New Feature:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ USAGE:
6464
aliases [global options] command [command options] [arguments...]
6565
6666
VERSION:
67-
v0.3.0
67+
v0.3.1
6868
6969
COMMANDS:
7070
gen Generate aliases

0 commit comments

Comments
 (0)