Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 15, 2023
1 parent 80b1c84 commit 2a4f544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solidinvoice",
"description": "SolidInvoice Billing Application",
"version": "2.2.2",
"version": "2.2.3",
"repository": {
"type": "git",
"url": "git+https://github.com/SolidInvoice/SolidInvoice.git"
Expand Down
2 changes: 1 addition & 1 deletion src/CoreBundle/SolidInvoiceCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class SolidInvoiceCoreBundle extends Bundle
{
public const VERSION = '2.2.2';
public const VERSION = '2.2.3';

public const APP_NAME = 'SolidInvoice';

Expand Down

0 comments on commit 2a4f544

Please sign in to comment.