Bump version number (switching to CalVer, yay!)

This commit is contained in:
Yash Karandikar 2022-06-21 15:53:06 +05:30
parent 0d32a3d9ec
commit 7c98b6f830
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cat-box"
version = "0.1.8"
version = "22.6.21"
edition = "2018"
license = "MIT"
description = "Work in progress game engine, inspired by arcade"
@ -16,4 +16,4 @@ features = ["image", "ttf"]
[features]
default = []
static = ["sdl2/bundled"]
static = ["sdl2/static-link", "sdl2/bundled"]