Skip to content

Commit 7569d6d

Browse files
committed
chore: bumped to version 1.2
1 parent 42157bc commit 7569d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PassGen-Core/PassGen-Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0-windows</TargetFramework>
6-
<Version>1.1</Version>
6+
<Version>1.2</Version>
77
<RootNamespace>PassGenCore</RootNamespace>
88
<UseWPF>true</UseWPF>
99
</PropertyGroup>

passgen-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='passgen-py',
55
packages=find_packages(),
6-
version='1.1',
6+
version='1.2',
77
description='Generate Passwords Deterministically based on a Master Password.',
88
classifiers=[
99
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)