From 933fd797ba5d48e10de2e5850f42d895ab0736ce Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Wed, 11 Mar 2020 16:32:06 -0700 Subject: [PATCH] version bump. --- includes/class-wplibcalhours.php | 2 +- wplibcalhours.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-wplibcalhours.php b/includes/class-wplibcalhours.php index 4d5ed0e..72b484f 100644 --- a/includes/class-wplibcalhours.php +++ b/includes/class-wplibcalhours.php @@ -87,7 +87,7 @@ class WpLibCalHours { public function __construct() { $this->plugin_basename = plugin_basename( plugin_dir_path( __DIR__ ) . self::PLUGIN_NAME . '.php' ); - $this->version = '1.1.1'; + $this->version = '1.2.0'; $this->load_dependencies(); $this->set_locale(); diff --git a/wplibcalhours.php b/wplibcalhours.php index 9a2e39d..8f94ae3 100644 --- a/wplibcalhours.php +++ b/wplibcalhours.php @@ -16,7 +16,7 @@ * Plugin Name: LibCal Hours for WordPress * Plugin URI: https://github.com/ucsf-ckm/wplibcalhours * Description: Embed LibCal hours for a given location into contents via short-code. - * Version: 1.1.1 + * Version: 1.2.0 * Author: Stefan Topfstedt * Author URI: https://github.com/stopfstedt * License: MIT