Skip to content

Commit

Permalink
Bump to 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Jun 24, 2021
1 parent 89ad438 commit 7155c47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sugar-calendar",
"version": "2.2.1",
"version": "2.2.2",
"description": "A calendar with a sweet disposition.",
"private": true,
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tags: simple calendar, event calendar, event management, event list
Requires PHP: 5.6.20
Requires at least: 5.5
Tested up to: 5.8
Stable tag: 2.2.1
Stable tag: 2.2.2

You can easily manage events with this lightweight calendar. No complicated configuration. Simple to use. Sweeeet!

Expand Down
2 changes: 1 addition & 1 deletion sugar-calendar-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Domain Path: /sugar-calendar/includes/languages/
* Requires PHP: 5.6.20
* Requires at least: 5.5
* Version: 2.2.1
* Version: 2.2.2
*/

// Exit if accessed directly
Expand Down
4 changes: 2 additions & 2 deletions sugar-calendar/includes/languages/sugar-calendar.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Sugar Calendar (Lite) 2.2.1\n"
"Project-Id-Version: Sugar Calendar (Lite) 2.2.2\n"
"Report-Msgid-Bugs-To: https://sugarcalendar.com\n"
"POT-Creation-Date: 2021-06-20 00:07:46+00:00\n"
"POT-Creation-Date: 2021-06-24 17:41:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion sugar-calendar/sugar-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class Plugin {
* @since 2.0.0
* @var string
*/
private $version = '2.2.1';
private $version = '2.2.2';

/**
* Prefix.
Expand Down

0 comments on commit 7155c47

Please sign in to comment.