1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-11-24 00:54:26 +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]] [[package]]
name = "distributed_arcade" name = "distributed_arcade"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum", "axum",

View file

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

View file

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