Skip to content

Commit 8cbb1d0

Browse files
committed
chore: Bump version -> 1.3.2
1 parent 6403d01 commit 8cbb1d0

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.0"
5-
VERSION="v1.3.1"
4+
PREVIOUS_VERSION="v1.3.1"
5+
VERSION="v1.3.2"
66
NAME="eyecons-$VERSION"
77
DIR="./dist/$NAME"
88
PREVIOUS_DIR="./dist/eyecons-$PREVIOUS_VERSION"

0 commit comments

Comments
 (0)