Skip to content

Commit 05d49dc

Browse files
authored
3.2.0
1 parent 407defb commit 05d49dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-cross.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
name=mklittlefs-$(git rev-parse --short HEAD)
3-
rel=${rel:=030200}
3+
rel=${rel:=3.2.0}
44

55
rm -f *.json *.gz *.zip
66

@@ -18,7 +18,7 @@ build ()
1818
fi
1919
( echo ' {' &&
2020
echo ' "name": "tool-mklittlefs",' &&
21-
echo ' "version": "2.'${rel}'",' &&
21+
echo ' "version": "'${rel}'",' &&
2222
echo ' "description": "Utility for creating LittleFS images for ESP32x SOCs",' &&
2323
echo ' "keywords": ["tools","build tools","filesystem"],' &&
2424
echo ' "license": "MIT",' &&

0 commit comments

Comments
 (0)