Skip to content

Commit

Permalink
chore(release): 1.9.3-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basscl committed Jan 13, 2025
1 parent 13febdb commit 089ef7a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

define( 'ACF_EVENTS_DIR_PATH', plugin_dir_path( __FILE__ ) );
define( 'ACF_EVENTS_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_EVENTS_VERSION', 'version-1.9.3-dev.0' );
define( 'ACF_EVENTS_VERSION', 'version-1.9.3-dev.1' );

// don't let users activate w/o ACF
register_activation_hook( __FILE__, 'squarecandy_acf_events_activate' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squarecandy-acf-events",
"version": "1.9.3-dev.0",
"version": "1.9.3-dev.1",
"description": "Square Candy’s Events plugin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/squarecandy/squarecandy-acf-events
GitHub Plugin URI: https://github.com/squarecandy/squarecandy-acf-events
Description: A custom events plugin that using Advanced Custom Fields
Version: 1.9.3-dev.0
Version: 1.9.3-dev.1
Author: Peter Wise
Author URI: http://squarecandy.net
Text Domain: squarecandy-acf-events
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: squarecandy
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.2
Stable tag: 1.9.3-dev.0
Stable tag: 1.9.3-dev.1
License: UNLICENSED

A custom events plugin using Advanced Custom Fields

0 comments on commit 089ef7a

Please sign in to comment.