Skip to content

Commit

Permalink
update version tags in SECURITY.md & package.json & `version_chec…
Browse files Browse the repository at this point in the history
…k.py` & `constants.ts`
  • Loading branch information
F-Shahali committed Dec 21, 2024
1 parent 03edfd7 commit 0cb9e98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import codecs
Failed = 0
MYBUTTON_VERSION = "0.3"
MYBUTTON_VERSION = "0.4"


CHANGELOG_ITEMS = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/App/Config/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const BaseConfig = {
APP_NAME: 'MyButton',
APP_SHORT_NAME: 'MyBTN',
VERSION: 0.3,
VERSION: 0.4,
};

const LOCAL = {
Expand Down

0 comments on commit 0cb9e98

Please sign in to comment.