From 75fc40d638c6d02d32925e7ee590e96f303fb1ac Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 2 Jan 2021 15:45:24 -0800 Subject: [PATCH] Bump version and license year --- Cargo.lock | 2 +- Cargo.toml | 2 +- LICENSE | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcfe990..02e6365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bwavfile" -version = "0.9.2" +version = "1.0.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c8e107..c8626cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bwavfile" -version = "0.9.2" +version = "1.0.0" authors = ["Jamie Hardt "] edition = "2018" license = "MIT" diff --git a/LICENSE b/LICENSE index b39b2f5..82033a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Jamie Hardt +Copyright (c) 2021 Jamie Hardt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal