Skip to content

Commit

Permalink
Merge pull request #116 from brianteeman/main-origin
Browse files Browse the repository at this point in the history
corrects packaging error required a version bump
  • Loading branch information
brianteeman authored Mar 8, 2022
2 parents a31d6a3 + 64483d5 commit ddffabc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ Happy skipping!

## Version History

### Version 4.1.5
* Corrects packaging error in 4.1.4

### Version 4.1.4
* Fixes problem in failure to create the SkipTo menu due to invalid configuration

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skipto",
"version": "4.1.4",
"version": "4.1.5",
"homepage": "https://github.com/paypal/skipto",
"authors": [
"PayPal Accessibility Team and DRES Accessible IT Group at the University of Illinois"
Expand Down
2 changes: 1 addition & 1 deletion downloads/js/skipto.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! skipto - v4.1.4 - 2022-03-08
/*! skipto - v4.1.5 - 2022-03-08
* https://github.com/paypal/skipto
* Copyright (c) 2022 PayPal Accessibility Team and University of Illinois; Licensed BSD */
/*@cc_on @*/
Expand Down
2 changes: 1 addition & 1 deletion downloads/js/skipto.min.js

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

4 changes: 2 additions & 2 deletions downloads/js/skipto.user.js

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,7 +1,7 @@
{
"name": "skipto",
"description": "This plugin provides a dynamically-generated drop-down menu that allows keyboard and screen reader users to quickly skip to the most important places on the webpage.",
"version": "4.1.4",
"version": "4.1.5",
"keywords": [
"accessibility",
"Navigation",
Expand Down

0 comments on commit ddffabc

Please sign in to comment.