Skip to content

Commit aaf296e

Browse files
author
Mark Gardner
committed
Merge branch 'release/v0.5.1'
2 parents 8d42ca4 + 1e55fb9 commit aaf296e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GOPATH=/Users/runeimp/dev/apps/ballistic
2-
VERSION=0.5.0
2+
VERSION=0.5.1

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ballistic v0.5.0
1+
Ballistic v0.5.1
22
================
33

44
Command line ballistics calculator
@@ -100,7 +100,7 @@ USAGE:
100100
ballistic [global options]
101101
102102
VERSION:
103-
0.5.0
103+
0.5.1
104104
105105
GLOBAL OPTIONS:
106106
--debug, -D Output debug info

ballistic.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
//
3434
// CONSTANTS
3535
//
36-
const APP_VERSION = "0.5.0"
36+
const APP_VERSION = "0.5.1"
3737

3838

3939
//

src/github.com/runeimp/ballistic/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPYRIGHT:
5555
VALUE SUFFIXES:
5656
All input values may be suffixed to allow for broader input selection.
5757
58-
ANGEL
58+
ANGLE
5959
d, deg, degree, degrees
6060
r, rad, radian, radians
6161
LENGTH

0 commit comments

Comments
 (0)