Skip to content

Commit a247f56

Browse files
committed
Merge pull request #23 from flow/release/1.0.2
Release/1.0.2
2 parents ef5c166 + 2a55c68 commit a247f56

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ after_success:
2727
# Generate Javadocs and report for Coveralls.io
2828
- "mvn javadoc:javadoc cobertura:cobertura coveralls:report -DserviceJobId=$TRAVIS_JOB_ID"
2929

30-
# RELEASE: Deploy main JAR to GitHub Releases
30+
# RELEASE: Deploy JARs to GitHub Releases
3131
deploy:
3232
provider: releases
3333
api-key: $GITHUB_TOKEN
34-
file: "target/flow-math-`cat version.txt`.jar"
34+
file_glob: true
35+
file: target/flow-math-*.jar
3536
skip_cleanup: true
3637
on:
3738
branch: master

src/main/template/float/com/flowpowered/math/imaginary/Complex_E_.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public class Complex#E# implements Imaginary#E#, Comparable<Complex#E#>, Seriali
531531
}
532532

533533
/**
534-
* Creates a new quaternion from the #e# imaginary components.
534+
* Creates a new complex from the #e# imaginary components.
535535
*
536536
* <p>The {@link #ZERO} constant is re-used when {@code y} is 0.</p>
537537
*

0 commit comments

Comments
 (0)