Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Oct 12, 2017
2 parents ab7ca67 + 6ca5185 commit d9ca2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'propdeps'

group = 'faforever'
version = '0.9.0'
version = '0.9.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ faf-api:
mod:
download-url-format: ${MOD_DOWNLOAD_URL_FORMAT}
preview-url-format: ${MOD_PREVIEW_URL_FORMAT}
target-directory: ${MOD_TARGET_DIRECTORY}
thumbnail-target-directory: ${MOD_THUMBNAIL_TARGET_DIRECTORY}
replay:
download-url-format: ${REPLAY_DOWNLOAD_URL_FORMAT}
featured-mod:
Expand Down

0 comments on commit d9ca2ad

Please sign in to comment.