Skip to content

Commit

Permalink
Merge pull request #14 from tamada/release/v1.1.1
Browse files Browse the repository at this point in the history
Release/v1.1.1
  • Loading branch information
tamada authored Nov 11, 2021
2 parents cfdc641 + 03d96fa commit a02e9e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO=go
NAME := sibling
VERSION := 1.1.0
VERSION := 1.1.1
DIST := $(NAME)-$(VERSION)

all: test build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/sibling)](https://goreportcard.com/report/github.com/tamada/sibling)

[![License](https://img.shields.io/badge/License-WTFPL-green.svg)](https://github.com/tamada/sibling/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.1.0--beta2-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.1.0)
[![Version](https://img.shields.io/badge/Version-1.1.1-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.1.1)

get next/previous sibling directory name.

Expand Down
2 changes: 1 addition & 1 deletion cmd/sibling/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/tamada/sibling"
)

const VERSION = "1.1.0"
const VERSION = "1.1.1"

type options struct {
absolute bool
Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: ":house: Home"
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/sibling)](https://goreportcard.com/report/github.com/tamada/sibling)

[![License](https://img.shields.io/badge/License-WTFPL-green.svg)](https://github.com/tamada/sibling/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.1.0--beta2-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.1.0)
[![Version](https://img.shields.io/badge/Version-1.1.1-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.1.1)

## :speaking_head: Description

Expand Down

0 comments on commit a02e9e0

Please sign in to comment.