Skip to content

Commit

Permalink
Use sync.Map instead of plain Go map; Adjusted the position of the ic…
Browse files Browse the repository at this point in the history
…on to align with the text.
  • Loading branch information
llaoj committed Apr 16, 2024
1 parent 426b17a commit baed684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcopy",
"version": "1.2.8",
"version": "1.2.9",
"private": true,
"scripts": {
"dev": "next dev -p 3375 --experimental-https",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.8
v1.2.9

0 comments on commit baed684

Please sign in to comment.