diff --git a/PKGBUILD b/PKGBUILD index f1d4eee..f1bc16f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Torres pkgname=file-scripts -pkgver=2.0.0 -pkgrel=2 +pkgver=2.0.1 +pkgrel=1 pkgdesc="Various scripts for performing file-related operations such as editing and deleting." arch=(any) license=(GPL3) diff --git a/bin/cptemplate b/bin/cptemplate index 90ed977..035e696 100755 --- a/bin/cptemplate +++ b/bin/cptemplate @@ -5,7 +5,7 @@ set -e trap 'exit 1' SIGINT # Constants -VERSION=2.0.0 +VERSION=2.0.1 template_dir="$HOME/Templates" fd_opts=(--type f --threads "$(nproc)") diff --git a/bin/fedit b/bin/fedit index 8a32723..9b0725b 100755 --- a/bin/fedit +++ b/bin/fedit @@ -5,7 +5,7 @@ set -e trap 'exit 1' SIGINT # Constants -VERSION=2.0.0 +VERSION=2.0.1 BOOT_DIR='/boot' ETC_DIR='/etc' diff --git a/bin/quickdel b/bin/quickdel index ec90dda..62f1459 100755 --- a/bin/quickdel +++ b/bin/quickdel @@ -5,7 +5,7 @@ set -e trap 'exit 1' SIGINT # Constants -VERSION='2.0.0' +VERSION='2.0.1' RED=$'\e[1;31m' GREEN=$'\e[1;32m' BLUE=$'\e[1;34m' diff --git a/file-scripts.rb b/file-scripts.rb index 1eb5100..0337ea8 100644 --- a/file-scripts.rb +++ b/file-scripts.rb @@ -2,7 +2,7 @@ class FileScripts < Formula desc "Various scripts for performing file-related operations" homepage "https://github.com/etorres4/file-scripts" url "https://github.com/etorres4/file-scripts", :using => :git - version "2.0.0" + version "2.0.1" sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12" depends_on "fd" diff --git a/file-scripts.spec b/file-scripts.spec index 8775ad9..d05f919 100644 --- a/file-scripts.spec +++ b/file-scripts.spec @@ -17,7 +17,7 @@ Name: file-scripts -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Set of scripts for manipulating files License: GPL-3.0-only diff --git a/python/pyproject.toml b/python/pyproject.toml index a0f624f..25f70e6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "file-scripts" authors = [{name="Eric Torres", email="eric.torres@its-et.me"}] -version = "2.0.0" +version = "2.0.1" description = "File-related helper-scripts" readme = "README" license = {file = "LICENSE"}