We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6403d01 commit 8cbb1d0Copy full SHA for 8cbb1d0
build.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/bash
2
3
THREADS=$(ls /dev/cpu/ | wc -l)
4
-PREVIOUS_VERSION="v1.3.0"
5
-VERSION="v1.3.1"
+PREVIOUS_VERSION="v1.3.1"
+VERSION="v1.3.2"
6
NAME="eyecons-$VERSION"
7
DIR="./dist/$NAME"
8
PREVIOUS_DIR="./dist/eyecons-$PREVIOUS_VERSION"
0 commit comments