From cb083ab2f8be0f3a910afa7efa167a037fc114ab Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 18 Oct 2022 10:21:38 +0200 Subject: [PATCH] Bump version to 3.0.0-rc.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 4 ++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ede329b1..6df500589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## 3.0.0-rc.1 - 2022-10-18 + +No changes since beta.3 + ## 3.0.0-beta.3 - 2022-10-17 ### Fixed diff --git a/js/package.json b/js/package.json index 6d6b60f50..a15e4d4a8 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.0-beta.3", + "version": "3.0.0-rc.1", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index f1c7fdbf7..dc2c6e149 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.0-beta.3" + @version "3.0.0-rc.1" def project do [