Skip to content

Commit e9b1fa7

Browse files
author
Antoine Chauvin
committed
Release 1.0.0
1 parent 2198424 commit e9b1fa7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ deploy:
77
provider: releases
88
api_key:
99
secure: e7VpQONEFL9arntbXEm6xuuKadCa6+VOB6GcSf3ORcIspmtqfoPzlrkAe3kB35eXg82CCSH36ZyCrGiPEMfltiC3sSL8FKjh6A11f9fBBBh0e21buao4G1/epteVip++/xheinrl9oLatbjD4V225uqyUpZLVJwUfSpQdZr1Ukw=
10-
file: shivas-host/build/distributions/shivas-host-*.zip
10+
file_glob: true
11+
file: "shivas-host/build/distributions/shivas-host-*.zip"
1112
skip_cleanup: true
1213
on:
1314
tags: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ subprojects {
44
sourceCompatibility = 1.8
55
targetCompatibility = 1.8
66
group = 'org.shivas'
7-
version = '1.0-SNAPSHOT'
7+
version = '1.0.0'
88

99
ext {
1010
guavaVersion = '20.0'

0 commit comments

Comments
 (0)