Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Piña committed Sep 10, 2016
1 parent 95fd30e commit 3514896
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.3.0]

## Added

* Banner support for Windows 10.
Expand Down Expand Up @@ -94,7 +96,8 @@ Object-C, which shows (nicer) Terminal icon.
* `-f` flag for OS X. This caused unexpected behavior for people who use iTerm2.
* OS X-specific flags and usage text from Linux and FreeBSD help.

[Unreleased]: https://github.com/variadico/noti/compare/v2.2.2...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.3.0...dev
[2.3.0]: https://github.com/variadico/noti/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/variadico/noti/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/variadico/noti/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/variadico/noti/compare/v2.1.1...v2.2.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ with your browser or just use `curl`!

```shell
# For macOS.
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.darwin-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.3.0/noti2.3.0.darwin-amd64.tar.gz | tar -xz

# For Linux.
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.linux-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.3.0/noti2.3.0.linux-amd64.tar.gz | tar -xz

# For Windows.
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.windows-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.3.0/noti2.3.0.windows-amd64.tar.gz | tar -xz
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/noti/noti.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
defaultEnv = "NOTI_DEFAULT"
version = "v2.2.2"
version = "v2.3.0"
)

func main() {
Expand Down

0 comments on commit 3514896

Please sign in to comment.