Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Jul 23, 2023
1 parent 45886fe commit 2706c6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/dev/DevToys.Startup/Package.appxmanifest
Expand Up @@ -15,7 +15,7 @@
<Identity
Name="DevToysPreview"
Publisher="CN=etiennebaudoux"
Version="1.0.12.0" />
Version="1.0.13.0" />

<Properties>
<DisplayName>DevToys - Preview</DisplayName>
Expand Down
12 changes: 8 additions & 4 deletions src/dev/impl/DevToys/Assets/ReleaseNote.txt
@@ -1,7 +1,11 @@
🎉 New Features
SSL Certificate Decoder tool!
Password Generator tool!
👏 Improvements
• Selected options are displayed in RegEx Tester
• Clear Payload when empty JWT provided
• General improvements to JWT Encoder / Decoder
• Show X.509 extensions in Certificate Encoder / Decoder
• CRON Parser shows description of the CRON expression
• Text Inspector can now sort lines
• Many tool's output can now be expanded
• Many translations improved
🐛 Bug Fixes
SQL Formatter issue with operators
Many bug fixes in JWT Encoder / Decoder
2 changes: 1 addition & 1 deletion tools/app-version-number.txt
@@ -1 +1 @@
1.0.12.0
1.0.13.0

0 comments on commit 2706c6c

Please sign in to comment.