Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Feb 9, 2018
1 parent 9777c5c commit 746af2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/aria.accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

ARIAaccordion.NS = 'ARIAaccordion';
ARIAaccordion.AUTHOR = 'Scott O\'Hara';
ARIAaccordion.VERSION = '2.1.0';
ARIAaccordion.LICENSE = 'https://github.com/scottaohara/accessible-components/blob/master/LICENSE.md';
ARIAaccordion.VERSION = '3.0.0';
ARIAaccordion.LICENSE = 'https://github.com/scottaohara/accessible_accordions/blob/master/LICENSE';

var widgetTrigger = 'accordion__trigger';
var widgetHeading = 'accordion__heading';
Expand Down

0 comments on commit 746af2f

Please sign in to comment.