From 17c6054f40daf0a77544994c4d0e46ae4fe258d0 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 3 Nov 2019 22:28:00 -0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6d96170..70139cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index df4c43ca..2aaa9c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" repository = "https://github.com/parasyte/pixels"