From 4a43efb371e37b2dfe8fbb3b47b44d59a1175dce Mon Sep 17 00:00:00 2001 From: AB Date: Sat, 6 Jun 2020 00:06:13 +0300 Subject: [PATCH] CI --- .github/workflows/PKGBUILD | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PKGBUILD b/.github/workflows/PKGBUILD index 60d0a47..c0f29ed 100644 --- a/.github/workflows/PKGBUILD +++ b/.github/workflows/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AB pkgname=furumi -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Furumi is a FUSE filesystem working over NGINX JSON autoindex." url="https://github.com/house-of-vanity/furumi.git" diff --git a/Cargo.toml b/Cargo.toml index f8467ba..bdd185f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furumi" -version = "1.0.0" +version = "1.0.1" authors = ["AB "] edition = "2018" license = "WTFPL"