Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
netevert committed Mar 31, 2018
1 parent d7b028a commit 201120e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ builds:
goarch:
- amd64
- 386
- arm
- arm64
# Archive customization
archive:
format: tar.gz
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2018-03-31
### Added
- Arm and arm64 architectures

### Fixed
- Added zip binary distributions for windows releases
- Readme

## [1.1.0] - 2018-03-30
### Added
- Concurrent A record dns lookup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Installation
============
There are two ways to install dnsmorph on your system:

1. Download the required pre-compiled binaries from the [latest release page](https://github.com/netevert/dnsmorph/releases) and extract in a directory of your choosing.
1. Downloading the pre-compiled binaries for your platform from the [latest release page](https://github.com/netevert/dnsmorph/releases) and extracting in a directory of your choosing.

2. Downloading and compiling the source code yourself by running the following commands:

Expand Down
2 changes: 1 addition & 1 deletion dnsmorph.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// program version
const version = "1.1.0"
const version = "1.1.1"

var (
g = color.New(color.FgHiGreen)
Expand Down

0 comments on commit 201120e

Please sign in to comment.