From ec50d9ab0697841c36b5df9f5a6cfa820a39aad9 Mon Sep 17 00:00:00 2001 From: Alex MacArthur Date: Fri, 10 Apr 2020 21:50:42 -0500 Subject: [PATCH] Bump version. --- dist/typeit.es.min.js | 2 +- dist/typeit.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/typeit.es.min.js b/dist/typeit.es.min.js index dcf467c3..859c3959 100644 --- a/dist/typeit.es.min.js +++ b/dist/typeit.es.min.js @@ -1,7 +1,7 @@ /** * TypeIt - The most versatile animated typing utility on the planet. * Author: Alex MacArthur (https://macarthur.me) - * Version: v7.0.1 + * Version: v7.0.2 * License: GPL-2.0 * URL: https://typeitjs.com */ diff --git a/dist/typeit.min.js b/dist/typeit.min.js index 29a894ec..98a45990 100644 --- a/dist/typeit.min.js +++ b/dist/typeit.min.js @@ -1,7 +1,7 @@ /** * TypeIt - The most versatile animated typing utility on the planet. * Author: Alex MacArthur (https://macarthur.me) - * Version: v7.0.1 + * Version: v7.0.2 * License: GPL-2.0 * URL: https://typeitjs.com */ diff --git a/package.json b/package.json index 004c4554..03d0d40f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeit", - "version": "7.0.1", + "version": "7.0.2", "description": "The most versatile animated typing utility on the planet.", "author": "Alex MacArthur (https://macarthur.me)", "license": "GPL-2.0",