diff --git a/Makefile b/Makefile index 4fad8a3..2f410b3 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/esbuild b/esbuild index 8f7f8aa..476b489 160000 --- a/esbuild +++ b/esbuild @@ -1 +1 @@ -Subproject commit 8f7f8aa8593eabc210bfaca009cb515d5d067024 +Subproject commit 476b489b0e6cec4a9944677c3fca4a7d73f89b4a diff --git a/esbuild_scss.go b/esbuild_scss.go index df121fe..a572768 100644 --- a/esbuild_scss.go +++ b/esbuild_scss.go @@ -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() {