updated version number

This commit is contained in:
sghsri
2019-10-27 11:21:52 -05:00
parent 2f0fe4ae68
commit ded8c6e8b3

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "UT Registration Plus",
"version": "1.2.2.5",
"version": "1.2.2.6",
"options_page": "options.html",
"description": "Improves the course registration process at the University of Texas at Austin!",
"permissions": ["tabs",
@@ -36,7 +36,8 @@
],
"background": {
"scripts": ["js/lib/jquery-3.3.1.min.js", "js/lib/sql-memory-growth.js", "js/lib/moment.min.js", "js/config.js", "js/util.js",
"js/background.js"],
"js/background.js"
],
"persistent": true
},
"browser_action": {