Skip to content

Commit

Permalink
fix(apps/desktop): libssl fix for ubuntu (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
GervinFung authored Apr 13, 2024
1 parent 2149d8d commit f2892f4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1,576 deletions.
4 changes: 4 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.2 (13 Apr 2024)

- (Fix) Remove `allowlist` to fix a bug of libssl, ref: https://github.com/tauri-apps/tauri/issues/4470#issuecomment-1170342732

# 0.0.1 (13 Apr 2024)

- (Fix) Fix all incorrect atomic number that occured due to faulty indexing
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@periotable/desktop",
"version": "0.0.1",
"version": "0.0.2",
"author": "PoolOfDeath20",
"private": true,
"license": "GPL",
Expand Down
Loading

0 comments on commit f2892f4

Please sign in to comment.