Bump version
This commit is contained in:
parent
cbc3f7b65a
commit
4ab95055d6
3 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.13.1] - 2023-02-09
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed permission error on subscription settings update.
|
- Fixed permission error on subscription settings update.
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1697,7 +1697,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mitra"
|
name = "mitra"
|
||||||
version = "1.13.0"
|
version = "1.13.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-files",
|
"actix-files",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mitra"
|
name = "mitra"
|
||||||
version = "1.13.0"
|
version = "1.13.1"
|
||||||
description = "Federated micro-blogging platform and content subscription service"
|
description = "Federated micro-blogging platform and content subscription service"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue