version bump after medium move

This commit is contained in:
nek0 2016-10-23 02:32:25 +02:00
parent 86533a4d20
commit c9efc60fe8
2 changed files with 4 additions and 1 deletions

View file

@ -147,6 +147,9 @@ postMediumMoveR mId = do
moveMedium medium mId aId
setMessage "Medium successfully moved"
redirect $ MediumR mId
_ -> do
setMessage "Error moving image"
redirect $ mediumR mId
Left (err, route) -> do
setMessage err
redirect route

View file

@ -1,5 +1,5 @@
name: eidolon
version: 0.1.2.3
version: 0.1.2.4
synopsis: Image gallery in Yesod
homepage: https://eidolon.nek0.eu
license: AGPL-3