From bfebd4aacf4e7a9db9755bc717e02e0cd56c7126 Mon Sep 17 00:00:00 2001 From: AB Date: Sat, 6 Jun 2020 01:55:13 +0300 Subject: [PATCH] CI1.0.2 --- .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 c0f29ed..bca0aaf 100644 --- a/.github/workflows/PKGBUILD +++ b/.github/workflows/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AB pkgname=furumi -pkgver=1.0.1 +pkgver=1.0.2 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 bdd185f..80f18bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furumi" -version = "1.0.1" +version = "1.0.2" authors = ["AB "] edition = "2018" license = "WTFPL"