Skip to content

Commit

Permalink
Bump the version number for the new build code and man page
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 27, 2023
1 parent 054cd8d commit 5b6cd3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
- name: Upload SRPM
uses: actions/upload-artifact@v3
with:
name: hstsparser-1.1.7-1.fc38.src.rpm
path: rpmbuild/SRPMS/hstsparser-1.1.7-1.fc38.src.rpm
name: hstsparser-1.1.8-1.fc38.src.rpm
path: rpmbuild/SRPMS/hstsparser-1.1.8-1.fc38.src.rpm
if-no-files-found: error

- name: Upload RPM
uses: actions/upload-artifact@v3
with:
name: hstsparser-1.1.7-1.fc38.noarch.rpm
path: rpmbuild/RPMS/noarch/hstsparser-1.1.7-1.fc38.noarch.rpm
name: hstsparser-1.1.8-1.fc38.noarch.rpm
path: rpmbuild/RPMS/noarch/hstsparser-1.1.8-1.fc38.noarch.rpm
if-no-files-found: error
2 changes: 1 addition & 1 deletion hstsparser.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hstsparser
Version: 1.1.7
Version: 1.1.8
Release: 1%{?dist}
Summary: HSTS Digital Forensics parser
Group: Applications/Engineering
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hstsparser"
version = "1.1.7"
version = "1.1.8"
description = "A tool to parse Firefox and Chrome HSTS databases into forensic artifacts."
authors = ["Daniel Milnes <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5b6cd3d

Please sign in to comment.