Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 5cd4b1c

Browse files
committed
Increment version to 0.1.1.
1 parent c059741 commit 5cd4b1c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
## 0.1.0 (2016-07-15)
1+
## 0.1.1 (2016-07-18)
2+
### Fixed
3+
- Bugs about temporary directories, forget creating and deleting them.
4+
5+
6+
## 0.1.0 (2016-07-18)
27

38
Initial release

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
package main
1212

1313
const Name string = "loci"
14-
const Version string = "0.1.0"
14+
const Version string = "0.1.1"

0 commit comments

Comments
 (0)