Bump version to v0.10.10

This commit is contained in:
Daniel Supernault 2021-01-28 21:34:42 -07:00
parent d0e7f13ea2
commit 98cdd52e99
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@
- Added New Post notification to Timeline ([a0e7c4d5](https://github.com/pixelfed/pixelfed/commit/a0e7c4d5))
- Add Instagram Import ([e2a6bdd0](https://github.com/pixelfed/pixelfed/commit/e2a6bdd0))
- Add notification preview to NotificationCard ([28445e27](https://github.com/pixelfed/pixelfed/commit/28445e27))
- Add Grid Mode to Timelines ([c1853ca8](https://github.com/pixelfed/pixelfed/commit/c1853ca8))
- Add MediaPathService ([c54b29c5](https://github.com/pixelfed/pixelfed/commit/c54b29c5))
- Add Media Tags ([711fc020](https://github.com/pixelfed/pixelfed/commit/711fc020))
- Add MediaTagService ([524c6d45](https://github.com/pixelfed/pixelfed/commit/524c6d45))

View File

@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.10.9',
'version' => '0.10.10',
/*
|--------------------------------------------------------------------------