From 03c2501e7bee2bb6fbcf6fd7aec964e0088ef9d2 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Tue, 24 Mar 2020 19:22:54 -0500 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd9d993..16ba9b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vga" -version = "0.1.2" +version = "0.2.0" authors = ["Ryan Kennedy "] edition = "2018" description = "Support for vga specific functions, data structures, and registers."