From c413ccd1a1b338317fd881e571af26ef83426f40 Mon Sep 17 00:00:00 2001 From: Ajit Date: Sun, 1 Dec 2024 02:31:27 +0530 Subject: [PATCH] ci: bump v0.4.1 --- libs/ng-auto-animate/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",