Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Sep 2, 2021
1 parent d538ff1 commit a78c523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lotgd-core/soul-gem-bundle",
"version": "0.1.0",
"version": "0.1.1",
"type": "lotgd-bundle",
"description": "Soul Gem event for LoTGD IDMarinas Edition.",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/LotgdSoulGemBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getLotgdName(): string
*/
public function getLotgdVersion(): string
{
return '0.1.0';
return '0.1.1';
}

/**
Expand Down

0 comments on commit a78c523

Please sign in to comment.