Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
chore: release build 14
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Jun 22, 2019
1 parent 6963f75 commit 8a38610
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Build 14] - 2019-06-22

### Internal

- Use versionized `assets_host` and `bundle_host`

## [Build 13] - 2019-06-19

### Added
Expand Down
6 changes: 3 additions & 3 deletions src/config/autoload/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @link https://github.com/serlo-org/athene2 for the canonical source repository
*/
return [
'version' => '13',
'version' => '14',
'brand' => [
'instances' => [
'deutsch' => [
Expand Down Expand Up @@ -112,8 +112,8 @@
],
],
'assets' => [
'bundle_host' => 'https://packages.serlo.org/athene2-assets@b/',
'assets_host' => 'https://assets.serlo.org/athene2-assets/',
'assets_host' => 'https://packages.serlo.org/static-assets@1/',
'bundle_host' => 'https://packages.serlo.org/athene2-assets@4/',
'editor_renderer' => 'https://europe-west1-serlo-assets.cloudfunctions.net/editor-renderer-a',
],
];

0 comments on commit 8a38610

Please sign in to comment.