Skip to content

Commit 72cba25

Browse files
committed
chore: Bump version -> v1.3.4
1 parent 5017b67 commit 72cba25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/bash
22

33
THREADS=$(ls /dev/cpu/ | wc -l)
4-
PREVIOUS_VERSION="v1.3.2"
5-
VERSION="v1.3.3"
4+
PREVIOUS_VERSION="v1.3.3"
5+
VERSION="v1.3.4"
66
NAME="eyecons-$VERSION"
77
DIR="./dist/$NAME"
88
PREVIOUS_DIR="./dist/eyecons-$PREVIOUS_VERSION"

0 commit comments

Comments
 (0)