Skip to content

Commit 9d574aa

Browse files
committed
fix metadata
Signed-off-by: Benjamin Issleib <[email protected]>
1 parent 9f9a270 commit 9d574aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CMS for Podcasts
88

99
## Install from zip
1010

11-
* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.5.1/podlatch-0-5-1.zip)
11+
* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.6.0/podlatch-0-6-0.zip)
1212
* unzip the package and add it to your webspace
1313
```
1414
unzip Podlatch-Publisher_beta.zip

app/config/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
app.path.audio_assets: /uploads/audio/
1717
app.path.episode_images: /uploads/images/podcasts/
1818
app.path.podcast_images: /uploads/images/episodes/
19-
app.version: 0.1.0
19+
app.version: 0.6.0
2020

2121
framework:
2222
#esi: ~

src/Podlatch/PublisherBackendBundle/Resources/config/backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ easy_admin:
4444
icon: info-circle
4545
children:
4646
#- { label: 'Help', route: 'help_index' }
47-
- { label: 'Docs', icon: book, url: 'http://example.com/external-docs' }
47+
- { label: 'Docs', icon: book, url: 'https://podlat.ch' }
4848
- { label: '%app.version%' }
4949
entities:
5050
Podcast:

0 commit comments

Comments
 (0)