Skip to content

Commit 2547a6c

Browse files
committed
chore: release v2.1.0
1 parent 48d88ff commit 2547a6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sublink-worker",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Application constants
22
export const APP_NAME = 'Sublink Worker';
3-
export const APP_VERSION = '2.0.1';
3+
export const APP_VERSION = '2.1.0';
44
export const GITHUB_REPO = 'https://github.com/7Sageer/sublink-worker';
55
export const GITHUB_API_RELEASES = 'https://api.github.com/repos/7Sageer/sublink-worker/releases/latest';
66
export const DOCS_URL = 'https://sublink.works';

0 commit comments

Comments
 (0)