Skip to content

Commit

Permalink
update version [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leedrum committed Feb 27, 2023
1 parent b398928 commit 7cdcb84
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Faceit Exts - CHANGE LOG

[v.1.1.4](https://github.com/leedrum/faceit-exts/releases/tag/v1.1.4)

- Fix displaying issue elo progress on the header

[v.1.1.3](https://github.com/leedrum/faceit-exts/releases/tag/v1.1.3)

- Fix auto copy server data
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faceit-exts",
"version": "1.1.3",
"version": "1.1.4",
"description": "Faceit Exts",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/containers/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const AboutComponent = () => {
<Row>
<Grid item xs={12}>
<Typography component={'p'}>
Version: 1.1.3
Version: 1.1.4
</Typography>
</Grid>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Faceit Exts",
"version": "1.1.3",
"version": "1.1.4",
"description": "Faceit Exts is a extension improve experience and adds some features",
"background": { "service_worker": "background.bundle.js" },
"host_permissions": ["https://api.faceit.com/"],
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json.firefox
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Faceit Exts",
"description": "Faceit Exts is a extension improve experience and adds some features",
"version": "1.1.3",
"version": "1.1.4",
"manifest_version": 2,
"permissions": [
"https://api.faceit.com/",
Expand Down

0 comments on commit 7cdcb84

Please sign in to comment.