mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-24 00:54:26 +00:00
Bump version to 0.3.0
This commit is contained in:
parent
8c9996e83a
commit
7555b10a06
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue