Bump version

This commit is contained in:
Jay Oster 2019-11-03 22:28:00 -08:00
parent d97f57cb79
commit 17c6054f40
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -767,7 +767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pixels"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,7 +1,7 @@
[package]
name = "pixels"
description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.0.1"
version = "0.0.2"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
repository = "https://github.com/parasyte/pixels"