From e950e13a5606fb95da5b26f6c2b0a3a38842a872 Mon Sep 17 00:00:00 2001 From: "James K." Date: Wed, 7 Feb 2024 08:58:44 -0500 Subject: [PATCH] Version bump --- composer.json | 2 +- i18n/TouchPoint-WP.pot | 2 +- package.json | 2 +- src/TouchPoint-WP/TouchPointWP.php | 2 +- src/python/WebApi.py | 2 +- touchpoint-wp.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 595caf6..ceca4e2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A WordPress Plugin for integrating with TouchPoint Church Management Software.", "license": "AGPL-3.0-or-later", "type": "wordpress-plugin", - "version": "0.0.36", + "version": "0.0.37", "keywords": [ "wordpress", "wp", diff --git a/i18n/TouchPoint-WP.pot b/i18n/TouchPoint-WP.pot index 76ea0c4..0f547ea 100644 --- a/i18n/TouchPoint-WP.pot +++ b/i18n/TouchPoint-WP.pot @@ -2,7 +2,7 @@ # This file is distributed under the AGPLv3+. msgid "" msgstr "" -"Project-Id-Version: TouchPoint WP 0.0.36\n" +"Project-Id-Version: TouchPoint WP 0.0.37\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/TouchPoint-WP\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/package.json b/package.json index dfe4f2a..c4f224c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touchpoint-wp", - "version": "0.0.36", + "version": "0.0.37", "description": "A WordPress Plugin for integrating with TouchPoint Church Management Software.", "directories": { "doc": "docs" diff --git a/src/TouchPoint-WP/TouchPointWP.php b/src/TouchPoint-WP/TouchPointWP.php index 880f456..e2ccd44 100644 --- a/src/TouchPoint-WP/TouchPointWP.php +++ b/src/TouchPoint-WP/TouchPointWP.php @@ -33,7 +33,7 @@ class TouchPointWP /** * Version number */ - public const VERSION = "0.0.36"; + public const VERSION = "0.0.37"; /** * The Token diff --git a/src/python/WebApi.py b/src/python/WebApi.py index 4ca213e..17198d0 100644 --- a/src/python/WebApi.py +++ b/src/python/WebApi.py @@ -5,7 +5,7 @@ import linecache import sys -VERSION = "0.0.36" +VERSION = "0.0.37" sgContactEvName = "Contact" diff --git a/touchpoint-wp.php b/touchpoint-wp.php index 568c8b2..c23ced2 100644 --- a/touchpoint-wp.php +++ b/touchpoint-wp.php @@ -14,7 +14,7 @@ Plugin URI: https://github.com/tenthpres/touchpoint-wp Update URI: https://github.com/tenthpres/touchpoint-wp Description: A WordPress Plugin for integrating with TouchPoint Church Management Software. -Version: 0.0.36 +Version: 0.0.37 Author: James K Author URI: https://github.com/jkrrv License: AGPLv3+