Skip to content

Commit

Permalink
Merge pull request #183 from Expensify/dangrous-fixversionnumber
Browse files Browse the repository at this point in the history
Fix version number for #181
  • Loading branch information
madmax330 committed Jan 16, 2024
2 parents cd5f1a1 + b434921 commit 214638b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#1.3.7
#1.3.62
- Design improvements for light and dark mode.

#1.3.61
Expand Down
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "K2 for GitHub",
"version": "1.3.7",
"version": "1.3.62",
"description": "Manage your Kernel Scheduling from directly inside GitHub",

"browser_specific_settings": {
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": "k2-extension",
"version": "1.3.7",
"version": "1.3.62",
"description": "A Chrome Extension for Kernel Schedule",
"private": true,
"scripts": {
Expand Down

0 comments on commit 214638b

Please sign in to comment.