Skip to content

Commit

Permalink
Fix capitalization & update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekPanther committed Feb 8, 2018
1 parent c365aed commit 61d1f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

"name": "UVM Blackboard Autofill NetID",
"description": "Autofill NetID when logging into Blackboard",
"version": "1.0.0",
"version_name": "1.0.0",
"version": "1.0.1",
"version_name": "1.0.1",

"page_action" : {
"default_icon" : "assets/icons/bb16.png",
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</head>
<body>
<input type='text' id='netId' placeholder='NetID' autofocus>
<input type='button' id='populateNetidButton' value='Save & Populate NetId'>
<input type='button' id='populateNetidButton' value='Save & Populate NetID'>
</body>
</html>

0 comments on commit 61d1f82

Please sign in to comment.