Skip to content

Commit

Permalink
v2.1.6 - Change to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
iDev-Games committed Apr 12, 2023
1 parent a539441 commit a5b8f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trig-js",
"version": "2.1.6",
"version": "2.1.7",
"description": "The easy way to create CSS scroll animations that react to the position of your HTML element on screen. Animate on scroll (AOS) your CSS.",
"main": "src/trig.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/trig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Trig.js v2.1.6 by iDev Games */
/* Trig.js v2.1.7 by iDev Games */
class Trig
{
trigs = [];
Expand Down

0 comments on commit a5b8f61

Please sign in to comment.