Skip to content

Commit

Permalink
Merge branch 'release/1.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmehedi committed Oct 11, 2023
2 parents 7e3325c + b6221bc commit fd06ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AppSero Client
### Version 1.2.4
### Version 1.2.5

- [Installation](#installation)
- [Insights](#insights)
Expand Down Expand Up @@ -334,4 +334,4 @@ add_action('PLUGIN_OR_THEME_SLUG_uninstall_reason_submitted', 'sample_uninstall_

## Credits

Created and maintained by [Appsero](https://appsero.com).
Created and maintained by [Appsero](https://appsero.com).
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Client {
*
* @var string
*/
public $version = '1.2.4';
public $version = '1.2.5';

/**
* Hash identifier of the plugin
Expand Down

0 comments on commit fd06ae6

Please sign in to comment.