diff --git a/Makefile b/Makefile index 3802212..4273aba 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TSC=./node_modules/typescript/bin/tsc UGLIFYJS=./node_modules/terser/bin/terser UGLIFYCSS=./node_modules/uglifycss/uglifycss -VERSION=1.2.1 +VERSION=$(shell grep -e "export const VERSION" src/core/core.ts | cut -d '"' -f 2 | cut -d "-" -f 1) GSED=sed UNAME_S := $(shell uname -s) diff --git a/release/antos-1.2.1.tar.gz b/release/antos-1.2.1.tar.gz index e631749..57245ca 100644 Binary files a/release/antos-1.2.1.tar.gz and b/release/antos-1.2.1.tar.gz differ