diff --git a/libs/ng-auto-animate/package.json b/libs/ng-auto-animate/package.json index 650d456..e9a12b8 100644 --- a/libs/ng-auto-animate/package.json +++ b/libs/ng-auto-animate/package.json @@ -1,6 +1,6 @@ { "name": "ng-auto-animate", - "version": "0.4.0", + "version": "0.4.1", "description": "Add motion to your apps with a single line of code. An Angular Directive to use FormKit's auto-animate library.", "repository": "https://github.com/ajitzero/ng-auto-animate.git", "homepage": "https://github.com/ajitzero/ng-auto-animate/tree/main/libs/ng-auto-animate#readme", diff --git a/package.json b/package.json index a827926..3aa7e74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-auto-animate", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "scripts": { "start": "nx serve demo",