diff --git a/SECURITY.md b/SECURITY.md index e15df99..99e8991 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.3 | :white_check_mark: | -| < 0.3 | :x: | +| 0.4 | :white_check_mark: | +| < 0.4 | :x: | ## Reporting a vulnerability diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index ab6c21e..f0ddf32 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -MYBUTTON_VERSION = "0.3" +MYBUTTON_VERSION = "0.4" CHANGELOG_ITEMS = [ diff --git a/package.json b/package.json index a2f392b..d61dbb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mybutton", "description": "Effortless link sharing across your desired platforms", - "version": "0.3", + "version": "0.4", "author": "MyButton Development Team", "license": "MIT", "homepage": "https://mybutton.click", diff --git a/src/App/Config/constants.ts b/src/App/Config/constants.ts index ffdc823..faa3a99 100644 --- a/src/App/Config/constants.ts +++ b/src/App/Config/constants.ts @@ -1,7 +1,7 @@ const BaseConfig = { APP_NAME: 'MyButton', APP_SHORT_NAME: 'MyBTN', - VERSION: 0.3, + VERSION: 0.4, }; const LOCAL = {