From 4cce69520c0ea9390135e8f25bfd3fb3b37b7e09 Mon Sep 17 00:00:00 2001 From: Jackson Ming Hu Date: Sun, 13 Mar 2022 23:11:46 +1100 Subject: [PATCH] 1.0.2 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eae469..89cc29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jackson Ming Hu "] edition = "2021" name = "epaperify" -version = "1.0.1" +version = "1.0.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/package.json b/package.json index c46637e..aefb308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epaperify", - "version": "1.0.1", + "version": "1.0.2", "description": "Image pre-processing library for e-paper", "main": "index.js", "repository": "https://github.com/huming2207/epaperify",