Skip to content

Commit

Permalink
[VERSION] 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NirmalScaria committed Nov 16, 2023
1 parent be233ed commit acd4f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A browser extension that displays the git graph for any GitHub repository.

[![Version](https://img.shields.io/badge/License-MIT-yellow)]()
[![Version](https://img.shields.io/badge/Version-1.2.0-yellowgreen)]()
[![Version](https://img.shields.io/badge/Version-1.2.5-yellowgreen)]()
[![Version](https://img.shields.io/badge/Chrome_CI/CD-Success-green)]()
[![Version](https://img.shields.io/badge/Firefox_CI/CD-Success-green)]()

Expand Down
2 changes: 1 addition & 1 deletion js/serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ try {
else if (details.reason == "update") {
// TODO: [URGENT] Remove this part with next version release.
// Else every version update will trigger an FRE.
freTab = await chrome.tabs.create({ url: "https://www.github.com/NirmalScaria/le-git-graph/?fre=true&reason=" + details.reason });
// freTab = await chrome.tabs.create({ url: "https://www.github.com/NirmalScaria/le-git-graph/?fre=true&reason=" + details.reason });
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.5",
"name": "Le Git Graph - Commits Graph for GitHub",
"description": "A browser extension that displays the git graph for any GitHub repository.",
"manifest_version": 3,
Expand Down

0 comments on commit acd4f0d

Please sign in to comment.