Skip to content

Commit

Permalink
chore: bumped to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nourselim0 committed Apr 6, 2023
1 parent 42157bc commit 7569d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PassGen-Core/PassGen-Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>1.1</Version>
<Version>1.2</Version>
<RootNamespace>PassGenCore</RootNamespace>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion passgen-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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',
Expand Down

0 comments on commit 7569d6d

Please sign in to comment.