Skip to content

Commit

Permalink
Bumped version value.
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
  • Loading branch information
nomadicjosh committed Dec 19, 2024
1 parent 1dcff88 commit 61f90b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/Application/Devflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ private function init(): void

public function release(): string
{
return '1.1.0';
return '1.1.1';
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and maintainable applications. Perfect for developers seeking a robust, modern s
To create a new project, run the following command:

```bash
composer create-project getdevflow/cmf:1.1.0 my-app-name
composer create-project getdevflow/cmf:1.1.1 my-app-name
```

## 🕑 Releases
Expand Down

0 comments on commit 61f90b9

Please sign in to comment.