Fix version

This commit is contained in:
Alex
2024-10-05 13:00:09 +02:00
parent a4e55e1221
commit f8e5fcc243
2 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
## v2.1.2
### Fixes and improvements
- Fix duplicate event being inaccesible
## v2.1.1 ## v2.1.1
### Fixes and improvements ### Fixes and improvements
@@ -14,6 +8,7 @@
- Fix translations for current interactions - Fix translations for current interactions
- Improve poll results UI - Improve poll results UI
- Optimize resource usage of the manager when attendees join the event - Optimize resource usage of the manager when attendees join the event
- Fix duplicate event being inaccesible
## v2.1.0 ## v2.1.0

View File

@@ -1,7 +1,7 @@
defmodule Claper.MixProject do defmodule Claper.MixProject do
use Mix.Project use Mix.Project
@version "2.1.2" @version "2.1.1"
def project do def project do
[ [