chore: 🔖 bump verze
This commit is contained in:
parent
637744236c
commit
359cd64dc6
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
## 1.1.2
|
||||||
|
- Opravit negativní čísla v kreditu, účet pro platby by @tpkowastaken in https://github.com/hernikplays/canteenlib/pull/4
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
- Opravit problém s burzou
|
- Opravit problém s burzou
|
||||||
## 1.1.0-alpha.1
|
## 1.1.0-alpha.1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
name: canteenlib
|
name: canteenlib
|
||||||
description: Library for communication with the czech canteen food ordering system iCanteen
|
description: Library for communication with the czech canteen food ordering system iCanteen
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
repository: 'https://git.mnau.xyz/hernik/canteenlib'
|
repository: 'https://git.mnau.xyz/hernik/canteenlib'
|
||||||
issue_tracker: 'https://git.mnau.xyz/hernik/canteenlib/issues'
|
issue_tracker: 'https://git.mnau.xyz/hernik/canteenlib/issues'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.1 <3.0.0'
|
sdk: '>=2.16.1 <4.0.0'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
dotenv: ^4.0.1
|
dotenv: ^4.0.1
|
||||||
|
|
Reference in a new issue