Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Issleib <[email protected]>
  • Loading branch information
kampfq committed Feb 19, 2019
1 parent 9f9a270 commit 9d574aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMS for Podcasts

## Install from zip

* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.5.1/podlatch-0-5-1.zip)
* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.6.0/podlatch-0-6-0.zip)
* unzip the package and add it to your webspace
```
unzip Podlatch-Publisher_beta.zip
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
app.path.audio_assets: /uploads/audio/
app.path.episode_images: /uploads/images/podcasts/
app.path.podcast_images: /uploads/images/episodes/
app.version: 0.1.0
app.version: 0.6.0

framework:
#esi: ~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ easy_admin:
icon: info-circle
children:
#- { label: 'Help', route: 'help_index' }
- { label: 'Docs', icon: book, url: 'http://example.com/external-docs' }
- { label: 'Docs', icon: book, url: 'https://podlat.ch' }
- { label: '%app.version%' }
entities:
Podcast:
Expand Down

0 comments on commit 9d574aa

Please sign in to comment.