Skip to content

Commit

Permalink
v0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Göransson committed Mar 22, 2015
1 parent 9b34824 commit 4e09473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk: oraclejdk7

env:
global:
- LIB_FILE=/home/travis/build/libs/qatja.jar
- LIB_FILE=qatja.jar

deploy:
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
//apply plugin: 'maven'

version = 'v0.1.1-alpha'
version = 'v0.1.2-alpha'

sourceCompatibility = 1.5

Expand Down
3 changes: 2 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
v0.1.0-alpha Initial build
v0.1.1-alpha Added Github releases build
v0.1.1-alpha Added Github releases build
v0.1.2-alpha Attempting another jar folder on travis

0 comments on commit 4e09473

Please sign in to comment.