Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Nov 24, 2024
1 parent 9e7a9bd commit 42c2d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/modals/Download.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const tabs = () => [
<p>And then install CryFS:</p>
<ul>
<li>
<a href="https://github.com/cryfs/cryfs/releases/download/1.0.0/cryfs-1.0.0.msi">CryFS x64</a> (<a href="https://github.com/cryfs/cryfs/releases/download/1.0.0/cryfs-1.0.0.msi.asc">signature</a>)
<a href="https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.msi">CryFS x64</a> (<a href="https://github.com/cryfs/cryfs/releases/download/1.0.1/cryfs-1.0.1.msi.asc">signature</a>)
</li>
</ul>
</>
Expand Down
2 changes: 1 addition & 1 deletion frontend/config/CryfsVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

module.exports = {
/* If you change this version number, you probably also want to change the download links in components/modals/Download.js */
VersionNumber: "1.0.0"
VersionNumber: "1.0.1"
}

0 comments on commit 42c2d60

Please sign in to comment.