Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sourovroy committed Sep 10, 2020
1 parent d9cd09e commit 142b019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Client {
*
* @var string
*/
public $version = '1.1.12';
public $version = '1.2.0';

/**
* Hash identifier of the plugin
Expand Down Expand Up @@ -170,7 +170,7 @@ protected function set_basename_and_slug() {
$this->project_version = $theme->version;
$this->type = 'theme';
}

$this->textdomain = $this->slug;
}

Expand Down

0 comments on commit 142b019

Please sign in to comment.