From c962b3eb8599ac00718cbefcc18089a1fc98e4d5 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Sun, 10 Sep 2023 18:54:10 -0700 Subject: [PATCH] 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85999bd..110e7ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,7 +1278,7 @@ dependencies = [ [[package]] name = "meta-yoinker" -version = "0.5.0" +version = "1.0.0" dependencies = [ "dmi", "eframe", diff --git a/Cargo.toml b/Cargo.toml index b9c5a98..9433eff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "meta-yoinker" description = "A tool designed to extract and re-apply DMI/zTxt metadata" -version = "0.5.0" +version = "1.0.0" authors = ["ZeWaka "] license = "GPL-3.0" repository = "https://github.com/ZeWaka/meta-yoinker" diff --git a/README.md b/README.md index a4669af..98e49b9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Supported platforms: ## Downloading +Check out the web version: https://zewaka.github.io/meta-yoinker + If you're on windows, download from the [latest release](https://github.com/ZeWaka/meta-yoinker/releases). If you're on Linux or Mac, you will need to build it yourself. Follow the development instructions below.