From d30cfdc938e278c8bfa13c84711419e7d2754fb7 Mon Sep 17 00:00:00 2001
From: Benjamin Wasty <benny.wasty@gmail.com>
Date: Fri, 23 Feb 2018 15:38:47 +0100
Subject: [PATCH] (cargo-release) version 0.3.0

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index edefa15..aeedc1a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -381,7 +381,7 @@ dependencies = [
 
 [[package]]
 name = "gltf-viewer"
-version = "0.2.1-alpha.0"
+version = "0.3.0"
 dependencies = [
  "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "cgmath 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d2d5753..4e316e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "Unlicense"
 name = "gltf-viewer"
 readme = "README.md"
 repository = "https://github.com/bwasty/gltf-viewer"
-version = "0.2.1-alpha.0"
+version = "0.3.0"
 build = false # TODO: git-version doesn't work on Travis
 
 [badges]