1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Bump version to 0.3.1

This commit is contained in:
Steffo 2023-02-28 20:00:32 +01:00
parent d73a8f31ec
commit c723701425
Signed by: steffo
GPG key ID: 2A24051445686895
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -143,7 +143,7 @@ checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
[[package]]
name = "distributed_arcade"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"async-trait",
"axum",

View file

@ -1,6 +1,6 @@
[package]
name = "distributed_arcade"
version = "0.3.0"
version = "0.3.1"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
description = "Fast and simple scoreboard service for games"

View file

@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: "Distributed Arcade"
version: 0.3.0
version: 0.3.1
description: |-
A super-fast high score gatherer using Rust and Redis.