Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemAvramenko committed Oct 10, 2024
1 parent ff4c9f3 commit b41d91d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "TMetric",
"license": "BSD-2-Clause",
"description": "Browser extensions that integrate TMetric service with popular issue tracking systems.",
"version": "5.0.3",
"version": "5.0.4",
"repository": {
"type": "Git",
"url": "https://github.com/DevartSoftware/tt-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion setVersion.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
cd /d %~dp0

call npx --no-install gulp version --newversion=5.0.3
call npx --no-install gulp version --newversion=5.0.4
2 changes: 1 addition & 1 deletion src/in-page-scripts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

const extensionInfo = { // object is updated from gulp build
version: '5.0.3'
version: '5.0.4'
};

addMeta('tmetric-extension-version', extensionInfo.version);
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-v2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "TMetric",
"description": "Simple time tracking extension to be more productive, complete projects on time and bill your clients correctly.",
"author": "Devart",
"version": "5.0.3",
"version": "5.0.4",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "TMetric",
"description": "Simple time tracking extension which helps you be more productive, complete projects in time and bill your clients correctly.",
"author": "Devart",
"version": "5.0.3",
"version": "5.0.4",
"minimum_chrome_version": "102",
"icons": {
"16": "images/icon16.png",
Expand Down
8 changes: 4 additions & 4 deletions src/safari/TMetric for Safari.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 5.0.3;
MARKETING_VERSION = 5.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -557,7 +557,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 5.0.3;
MARKETING_VERSION = 5.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -594,7 +594,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 5.0.3;
MARKETING_VERSION = 5.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -632,7 +632,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 5.0.3;
MARKETING_VERSION = 5.0.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit b41d91d

Please sign in to comment.