We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5a0a8 commit fc8fe9dCopy full SHA for fc8fe9d
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lotgd-core/find-ring-bundle",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"type": "lotgd-bundle",
5
"description": "Find Ring event for LoTGD IDMarinas Edition.",
6
"license": "BSD-3-Clause",
@@ -10,6 +10,10 @@
10
"email": "35842929+idmarinas@users.noreply.github.com",
11
"homepage": "https://github.com/lotgd-core/find-ring-bundle",
12
"role": "Developer, Maintainer"
13
+ },
14
+ {
15
+ "name": "Atrus",
16
+ "role": "Original Idea"
17
}
18
],
19
"support": {
src/LotgdFindRingBundle.php
@@ -36,7 +36,7 @@ public function getLotgdName(): string
36
*/
37
public function getLotgdVersion(): string
38
39
- return '0.1.0';
+ return '0.1.1';
40
41
42
/**
0 commit comments