diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4d7e0d2..c44f0b85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [1.0.0-beta.3] - 2020-06-15 +## [1.0.0-beta.3] - 2020-06-24 ### Special operations Config has moved from `.env` files to a more traditional way to handle things in the Elixir world, with `.exs` files. diff --git a/js/package.json b/js/package.json index 8db52fd5f..e4679b4fa 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "0.1.0", + "version": "1.0.0-beta.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index c793080be..ec47c1798 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.0.0-beta.2" + @version "1.0.0-beta.3" def project do [