Skip to content

Commit

Permalink
chore: bump version to 1.4, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Feb 15, 2023
1 parent 9f4b8bc commit e45f0f4
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 551 deletions.
2 changes: 1 addition & 1 deletion ext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Satori Enhancements",
"description": "Adds a few useful enhancements to Satori Online Judge website.",
"version": "1.3",
"version": "1.4",

"minimum_chrome_version": "62",

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satori-enhancements",
"version": "1.3",
"version": "1.4",
"description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,9 +46,9 @@
"@bower_components/datatables.net-fixedcolumns-dt": "DataTables/Dist-DataTables-FixedColumns-DataTables#^3.2.3",
"@bower_components/datatables.net-plugins": "DataTables/Plugins#^1.10.16",
"@bower_components/highlightjs": "components/highlightjs#^9.12.0",
"datatables.net-plugins": "git://github.com/DataTables/Plugins#284ebf1251809acdcd86cbcc533596811a6f0eeb",
"datatables.net-plugins": "git+https://github.com/DataTables/Plugins#284ebf1251809acdcd86cbcc533596811a6f0eeb",
"highlightjs-line-numbers.js": "^2.5.0",
"jquery": "^3.3.1",
"jquery": "^3.6.3",
"sass": "^1.42.1"
},
"engines": {
Expand Down
Loading

0 comments on commit e45f0f4

Please sign in to comment.