We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5017b67 commit 72cba25Copy full SHA for 72cba25
build.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/bash
2
3
THREADS=$(ls /dev/cpu/ | wc -l)
4
-PREVIOUS_VERSION="v1.3.2"
5
-VERSION="v1.3.3"
+PREVIOUS_VERSION="v1.3.3"
+VERSION="v1.3.4"
6
NAME="eyecons-$VERSION"
7
DIR="./dist/$NAME"
8
PREVIOUS_DIR="./dist/eyecons-$PREVIOUS_VERSION"
0 commit comments