Skip to content

Commit

Permalink
chore(release): new release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent e12096d commit d12205e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/yusuftaufiq/codeigniter3-ide-helper/compare/v1.0.2...v1.0.3) (2022-06-09)


### Bug Fixes

* **release:** revert ci and update secret token ([e12096d](https://github.com/yusuftaufiq/codeigniter3-ide-helper/commit/e12096d6d9754ca69a7c31a70bf1c50489e89f08))

## [1.0.2](https://github.com/yusuftaufiq/codeigniter3-ide-helper/compare/v1.0.1...v1.0.2) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Application
{
public const APP_NAME = 'CodeIgniter 3 IDE Helper';

public const APP_VERSION = '1.0.2';
public const APP_VERSION = '1.0.3';

public const APP_REPOSITORY = 'https://github.com/yusuftaufiq/codeigniter3-ide-helper';

Expand Down

0 comments on commit d12205e

Please sign in to comment.