diff --git a/PKGBUILD b/PKGBUILD index 8242343..89234e2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Eric Torres pkgname=file-scripts -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Various scripts for performing file-related operations such as editing and deleting." arch=(any) diff --git a/file-scripts.rb b/file-scripts.rb index 8ea9394..2d09e2a 100644 --- a/file-scripts.rb +++ b/file-scripts.rb @@ -2,8 +2,8 @@ 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 "1.0.1" - sha256 "1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96" + version "1.1.3" + sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12" depends_on "fd" depends_on "fzf" diff --git a/setup.py b/setup.py index 8905aa7..e421a2e 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open("README", "r") as fh: # ========== Package Setup ========== setuptools.setup( name="file_scripts", - version="1.1.2", + version="1.1.3", author="Eric Torres", author_email="erictorres4@protonmail.com", description="File-related helper scripts",