Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit committed Mar 12, 2024
1 parent ac09ff5 commit cac0949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Platform Makefile
##

VERSION=0.19.9-mvnpm-0.0.5
VERSION=0.20.1-mvnpm-0.0.6
SASS_VERSION=1.69.7

platform-all:
Expand Down
2 changes: 1 addition & 1 deletion esbuild
2 changes: 1 addition & 1 deletion esbuild_scss.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func main() {
for _, arg := range osArgs {
switch {
case arg == "--version":
fmt.Printf("0.19.9-mvnpm-0.0.5")
fmt.Printf("0.20.1-mvnpm-0.0.6")
os.Exit(0)
case arg == "--watch" || arg == "--watch=forever":
go func() {
Expand Down

0 comments on commit cac0949

Please sign in to comment.