From 37438ea4b50a1e763ac6cddc3bf36ddcf6380ca4 Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Mon, 28 May 2018 21:06:25 -0700 Subject: [PATCH 1/2] Fixed typo ANGEL to ANGLE --- .env | 2 +- ballistic.go | 2 +- src/github.com/runeimp/ballistic/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index fd27449..36eccd6 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ GOPATH=/Users/runeimp/dev/apps/ballistic -VERSION=0.5.0 \ No newline at end of file +VERSION=0.5.1 \ No newline at end of file diff --git a/ballistic.go b/ballistic.go index 0148e8e..da3b9e2 100644 --- a/ballistic.go +++ b/ballistic.go @@ -33,7 +33,7 @@ import ( // // CONSTANTS // -const APP_VERSION = "0.5.0" +const APP_VERSION = "0.5.1" // diff --git a/src/github.com/runeimp/ballistic/constants.go b/src/github.com/runeimp/ballistic/constants.go index 898da52..93a9c72 100644 --- a/src/github.com/runeimp/ballistic/constants.go +++ b/src/github.com/runeimp/ballistic/constants.go @@ -55,7 +55,7 @@ COPYRIGHT: VALUE SUFFIXES: All input values may be suffixed to allow for broader input selection. - ANGEL + ANGLE d, deg, degree, degrees r, rad, radian, radians LENGTH From 1e55fb96c6e7034855532b3a7b1652931dcecb5b Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Mon, 28 May 2018 21:17:16 -0700 Subject: [PATCH 2/2] Updated version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6522f37..6df313f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ballistic v0.5.0 +Ballistic v0.5.1 ================ Command line ballistics calculator @@ -100,7 +100,7 @@ USAGE: ballistic [global options] VERSION: - 0.5.0 + 0.5.1 GLOBAL OPTIONS: --debug, -D Output debug info