Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjsmith committed Feb 20, 2022
1 parent dd7e993 commit c5120c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define AppName "Registry Spy"
#define AppVersion "1.0.1"
#define AppVersion "1.0.2"
#define AppPublisher "Andy Smith"
#define AppURL "https://ajsmith.us/projects/registry-spy/"
#define AppExeName "registryspy.exe"
Expand Down
2 changes: 1 addition & 1 deletion registryspy/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


APP_NAME = "Registry Spy"
VERSION = (1, 0, 0)
VERSION = (1, 0, 2)
ORGANIZATION_NAME = "Andy Smith"
ORGANIZATION_DOMAIN = "ajsmith.us"
ABOUT_TEXT = f"""\
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="registryspy",
version="1.0.1",
version="1.0.2",
author="Andy Smith",
description="Cross-platform Windows Registry browser",
long_description=long_description,
Expand Down

0 comments on commit c5120c0

Please sign in to comment.