From 30e21de7fc67e032d72e4ca8d2afc94ba42893d7 Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Wed, 12 May 2021 00:05:14 -0500 Subject: [PATCH] Release 1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e036165..5bf1d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "spiralizer" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "image", diff --git a/Cargo.toml b/Cargo.toml index 18bc31a..72a2645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spiralizer" -version = "0.1.0" +version = "1.0.0" authors = ["Matt Ickstadt "] description = "Helps create a swirly timelapse gif" repository = "https://github.com/mattico/spiralizer"