Skip to content

Commit

Permalink
Update to v6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Oct 16, 2024
1 parent 59733fb commit 869c927
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
id: simplex
title: "SimpleX Server"
version: 6.0.5
version: 6.0.6
release-notes: |
- All upstream code updated to 6.0.5
- Instructions update
- Bug fixes and code cleanup
- More changes can be found in the [6.0.5 changelog](https://github.com/simplex-chat/simplexmq/blob/master/CHANGELOG.md#605)
- Update to the latest upstream code
- Update bundling process to use Deno emit module
license: MIT
wrapper-repo: "https://github.com/Start9Labs/simplex-startos"
upstream-repo: "https://github.com/simplex-chat/simplexmq/"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"6.0.5"
"6.0.6"
);

0 comments on commit 869c927

Please sign in to comment.