Release 2.1.0-beta.3

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-09 17:48:03 +02:00
parent 2917eea50f
commit 7d5581bf73
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 2.1.0-beta.3 - 2022-04-09
Changes since beta.2:
* Add Fedora and Alpine builds
## 2.1.0-beta.2 - 2022-04-08
Changes since beta.1 :

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "2.1.0-beta.2"
@version "2.1.0-beta.3"
def project do
[