Bump up version

This commit is contained in:
Filip Gralinski 2021-07-19 16:58:34 +02:00
parent 0e140e4ccc
commit f87b35b7d4
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
## 3.4.0
Enhancements (with GEval):
* Fuzzy matching can be used for Accuracy
## 3.3.0
Improvements:

View File

@ -36,4 +36,4 @@ generalApi :: Swagger
generalApi = (mempty :: Swagger)
& info .~ (mempty &
title .~ "Gonito API" &
version .~ "3.3.0")
version .~ "3.4.0")

View File

@ -44,7 +44,7 @@ database:
database: "_env:PGDATABASE:gonito"
poolsize: "_env:PGPOOLSIZE:10"
copyright: © Filip Graliński, Gonito ver. 3.3.0
copyright: © Filip Graliński, Gonito ver. 3.4.0
admin-user: "_env:ADMINUSER:"
admin-password: "_env:ADMINPASS:"

View File

@ -1,5 +1,5 @@
name: gonito
version: 3.3.0
version: 3.4.0
cabal-version: >= 1.8
build-type: Simple
homepage: http://gonito.net
@ -226,4 +226,4 @@ test-suite test
, wai
, containers
, unordered-containers
, yesod-websockets
, yesod-websockets