Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelo420 committed Jul 12, 2023
1 parent 73e6d14 commit 0498b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Crackpipe App Changelog

## 1.0.2
## 1.1.0
### Changes
- Show asterisks in registration password fields instead of clear text
- Notify user, when app is still running in the system tray
Expand Down
2 changes: 1 addition & 1 deletion crackpipe/ViewModels/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public string Version
{
get
{
return "1.0.2";
return "1.1.0";
}
}

Expand Down

0 comments on commit 0498b1e

Please sign in to comment.