Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv committed Feb 7, 2024
1 parent cfec043 commit e950e13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion i18n/TouchPoint-WP.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/TouchPoint-WP/TouchPointWP.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TouchPointWP
/**
* Version number
*/
public const VERSION = "0.0.36";
public const VERSION = "0.0.37";

/**
* The Token
Expand Down
2 changes: 1 addition & 1 deletion src/python/WebApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import linecache
import sys

VERSION = "0.0.36"
VERSION = "0.0.37"

sgContactEvName = "Contact"

Expand Down
2 changes: 1 addition & 1 deletion touchpoint-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit e950e13

Please sign in to comment.