1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 14:37:31 +00:00

Bump version to 0.3.0

This commit is contained in:
Steffo 2022-11-13 02:05:43 +01:00
parent 8c9996e83a
commit 7555b10a06
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "distributed_arcade" name = "distributed_arcade"
version = "0.2.0" version = "0.3.0"
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.2.0 version: 0.3.0
description: |- description: |-
A super-fast high score gatherer using Rust and Redis. A super-fast high score gatherer using Rust and Redis.