Skip to content

Commit 933fd79

Browse files
committed
version bump.
1 parent 4aa8e93 commit 933fd79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/class-wplibcalhours.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class WpLibCalHours {
8787
public function __construct() {
8888

8989
$this->plugin_basename = plugin_basename( plugin_dir_path( __DIR__ ) . self::PLUGIN_NAME . '.php' );
90-
$this->version = '1.1.1';
90+
$this->version = '1.2.0';
9191

9292
$this->load_dependencies();
9393
$this->set_locale();

wplibcalhours.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: LibCal Hours for WordPress
1717
* Plugin URI: https://github.com/ucsf-ckm/wplibcalhours
1818
* Description: Embed LibCal hours for a given location into contents via short-code.
19-
* Version: 1.1.1
19+
* Version: 1.2.0
2020
* Author: Stefan Topfstedt
2121
* Author URI: https://github.com/stopfstedt
2222
* License: MIT

0 commit comments

Comments
 (0)