We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42157bc commit 7569d6dCopy full SHA for 7569d6d
PassGen-Core/PassGen-Core.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
<TargetFramework>net6.0-windows</TargetFramework>
6
- <Version>1.1</Version>
+ <Version>1.2</Version>
7
<RootNamespace>PassGenCore</RootNamespace>
8
<UseWPF>true</UseWPF>
9
</PropertyGroup>
passgen-py/setup.py
setup(
name='passgen-py',
packages=find_packages(),
- version='1.1',
+ version='1.2',
description='Generate Passwords Deterministically based on a Master Password.',
classifiers=[
'Development Status :: 3 - Alpha',
0 commit comments