This repository was archived by the owner on Sep 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.2
2
+ current_version = 0.5.3
3
3
commit = True
4
4
5
5
[bumpversion:file:README.md]
Original file line number Diff line number Diff line change 2
2
[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE )
3
3
[ ![ Build Status] ( https://travis-ci.org/jkawamoto/loci.svg?branch=master )] ( https://travis-ci.org/jkawamoto/loci )
4
4
[ ![ wercker status] ( https://app.wercker.com/status/25b462a013ed96bf51254862938e7659/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/25b462a013ed96bf51254862938e7659 )
5
- [ ![ Release] ( https://img.shields.io/badge/release-0.5.2 -brightgreen.svg )] ( https://github.com/jkawamoto/loci/releases/tag/v0.5.2 )
5
+ [ ![ Release] ( https://img.shields.io/badge/release-0.5.3 -brightgreen.svg )] ( https://github.com/jkawamoto/loci/releases/tag/v0.5.3 )
6
6
[ ![ Japanese] ( https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg )] ( http://qiita.com/jkawamoto/items/a409dd9cd6e63034aa28 )
7
7
8
8
[ ![ Loci Logo] ( https://jkawamoto.github.io/loci/img/image.png )] ( https://jkawamoto.github.io/loci/ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ slug: readme
10
10
[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( ./info/licenses/ )
11
11
[ ![ Build Status] ( https://travis-ci.org/jkawamoto/loci.svg?branch=master )] ( https://travis-ci.org/jkawamoto/loci )
12
12
[ ![ wercker status] ( https://app.wercker.com/status/25b462a013ed96bf51254862938e7659/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/25b462a013ed96bf51254862938e7659 )
13
- [ ![ Release] ( https://img.shields.io/badge/release-0.5.2 -brightgreen.svg )] ( https://github.com/jkawamoto/loci/releases/tag/v0.5.2 )
13
+ [ ![ Release] ( https://img.shields.io/badge/release-0.5.3 -brightgreen.svg )] ( https://github.com/jkawamoto/loci/releases/tag/v0.5.3 )
14
14
[ ![ Japanese] ( https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg )] ( http://qiita.com/jkawamoto/items/a409dd9cd6e63034aa28 )
15
15
16
16
Loci runs CI tests locally to make sure your commits will pass such tests
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ const (
14
14
// Name defines the name of this command.
15
15
Name string = "Loci"
16
16
// Version defines version number.
17
- Version string = "0.5.2 "
17
+ Version string = "0.5.3 "
18
18
)
You can’t perform that action at this time.
0 commit comments