Skip to content

Commit b2c8467

Browse files
committed
v0.2.5
1 parent cdb6f88 commit b2c8467

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ script:
66
- "./gradlew buildPlugin"
77
deploy:
88
provider: releases
9-
api_key:
10-
secure: "${GITHUB_KEY}"
9+
api_key: "${GITHUB_KEY}"
1110
file: build/distributions/TYPO3*.zip
1211
skip_cleanup: true
1312
file_glob: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ intellij {
2626
}
2727

2828
group 'com.cedricziel'
29-
version '0.2.4'
29+
version '0.2.5'

0 commit comments

Comments
 (0)