From f365da45cae2eaadf04f0d11a839504a9353c613 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Sat, 31 Oct 2020 18:00:03 -0300 Subject: [PATCH] v3.0.0 --- changelog.md | 2 +- lib/jquery.raty.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index ea4eece8..3bce7eaa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Master +## 3.0.0 ### Break Change diff --git a/lib/jquery.raty.js b/lib/jquery.raty.js index 81761a37..5b987772 100644 --- a/lib/jquery.raty.js +++ b/lib/jquery.raty.js @@ -5,7 +5,7 @@ * * author: Washington Botelho * github: wbotelhos/raty - * version: 2.9.0 + * version: 3.0.0 * */ diff --git a/package.json b/package.json index a0a07940..475e4cb7 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "scripts": { "test": "node_modules/karma/bin/karma start karma.conf.js" }, - "version": "2.9.0" + "version": "3.0.0" }