version bump

This commit is contained in:
cupcakearmy 2022-01-16 14:04:49 +01:00
parent 716034660c
commit 539d99d35f
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,12 @@ 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.4.0] - 2022-01-16
### Added
- Support for multiple languages
## [1.3.3] - 2022-01-03
### Fixed

2
backend/Cargo.lock generated
View File

@ -515,7 +515,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "1.3.3"
version = "1.4.0"
dependencies = [
"actix-files",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "1.3.3"
version = "1.4.0"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"