mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-10 16:43:16 +00:00
1.0.0rc.4
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a709a196bd
commit
2f27604fd1
3 changed files with 8 additions and 2 deletions
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.0-rc.4 - 2020-10-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix an issue with group event listing
|
||||
|
||||
## 1.0.0-rc.3 - 2020-10-22
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobilizon",
|
||||
"version": "1.0.0-rc.3",
|
||||
"version": "1.0.0-rc.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Mobilizon.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "1.0.0-rc.3"
|
||||
@version "1.0.0-rc.4"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue