Skip to content

Commit

Permalink
Tagging 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Oct 27, 2019
1 parent a05a12c commit 0630ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: java
os:
- linux
sudo: false
addons:
apt:
packages:
- oracle-java8-installer
dist: xenial
jdk:
- openjdk8
notifications:
email:
on_success: change
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
apply plugin: "maven"

group = 'org.mini2Dx'
version = '1.1.4-SNAPSHOT'
version = '1.2.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit 0630ded

Please sign in to comment.