Skip to content

Commit 7187a5c

Browse files
committed
bumped version numbers.
1 parent a2fa0cf commit 7187a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/class-wplibcalhours.php

Lines changed: 1 addition & 1 deletion
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.0';
90+
$this->version = '1.1.1';
9191

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

wplibcalhours.php

Lines changed: 1 addition & 1 deletion
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.0
19+
* Version: 1.1.1
2020
* Author: Stefan Topfstedt
2121
* Author URI: https://github.com/stopfstedt
2222
* License: MIT

0 commit comments

Comments
 (0)