Skip to content

Commit a5b8f61

Browse files
committed
v2.1.6 - Change to package.json.
1 parent a539441 commit a5b8f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trig-js",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"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.",
55
"main": "src/trig.js",
66
"repository": {

src/trig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Trig.js v2.1.6 by iDev Games */
1+
/* Trig.js v2.1.7 by iDev Games */
22
class Trig
33
{
44
trigs = [];

0 commit comments

Comments
 (0)