From 7f8db792445cd5f0803bbdc6e6200b8c46e8d879 Mon Sep 17 00:00:00 2001 From: five Date: Thu, 11 Mar 2021 14:53:34 +0800 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79c41d4..3dddd21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wx-wow", - "version": "0.0.9", + "version": "0.1.0", "description": "A CSS animation library is displayed when scrolling down the page.This project provides a convenient and easy-to-use animation implementation scheme for wechat Mini Program. By adding a simple animation class name and some simple parameters, the desired animation effect can be achieved.", "miniprogram": "dist", "main": "./index.js", -- GitLab