Skip to content

Commit 61f90b9

Browse files
committed
Bumped version value.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent 1dcff88 commit 61f90b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Application/Devflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ private function init(): void
5555

5656
public function release(): string
5757
{
58-
return '1.1.0';
58+
return '1.1.1';
5959
}
6060
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and maintainable applications. Perfect for developers seeking a robust, modern s
4848
To create a new project, run the following command:
4949

5050
```bash
51-
composer create-project getdevflow/cmf:1.1.0 my-app-name
51+
composer create-project getdevflow/cmf:1.1.1 my-app-name
5252
```
5353

5454
## 🕑 Releases

0 commit comments

Comments
 (0)