Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 1, 2023
1 parent 4d63532 commit 3eb930a
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.0",
"version": "2.2.2",
"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-dev';
public const VERSION = '2.2.2';

public const APP_NAME = 'SolidInvoice';

Expand Down

0 comments on commit 3eb930a

Please sign in to comment.