Skip to content

Commit 61f7094

Browse files
committed
Update version number
1 parent 658cc3e commit 61f7094

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hat.sh",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "browserify service-worker/sw.js -o public/service-worker.js && next dev",

src/config/Constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const currentVersion = "2.3.1";
1+
export const currentVersion = "2.3.2";
22
export const MAX_FILE_SIZE = 1024 * 1024 * 1024;
33
export const CHUNK_SIZE = 64 * 1024 * 1024;
44
export const crypto_secretstream_xchacha20poly1305_ABYTES = 17;

0 commit comments

Comments
 (0)