Skip to content

Commit 2383242

Browse files
committed
Version 0.43.0
1 parent f1167f3 commit 2383242

File tree

3 files changed

+83
-81
lines changed

3 files changed

+83
-81
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
33

44
## [Unreleased]
5+
6+
## [0.43.0] - 2017-04-17
57
### Added
68
- PHP CodeSniffer introduced and cleaned code to pass tests.
79
- Custom exceptions for better error handling.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
2020
Either run this command in your command line:
2121

2222
```bash
23-
composer require noplanman/telegram-bot-manager:^0.42
23+
composer require noplanman/telegram-bot-manager:^0.43
2424
```
2525

2626
**or**
@@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ
2929

3030
```yaml
3131
"require": {
32-
"noplanman/telegram-bot-manager": "^0.42"
32+
"noplanman/telegram-bot-manager": "^0.43"
3333
}
3434
```
3535
and then run `composer update`

composer.lock

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)