Skip to content

Commit fc8fe9d

Browse files
committed
Add original author
1 parent af5a0a8 commit fc8fe9d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lotgd-core/find-ring-bundle",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "lotgd-bundle",
55
"description": "Find Ring event for LoTGD IDMarinas Edition.",
66
"license": "BSD-3-Clause",
@@ -10,6 +10,10 @@
1010
"email": "35842929+idmarinas@users.noreply.github.com",
1111
"homepage": "https://github.com/lotgd-core/find-ring-bundle",
1212
"role": "Developer, Maintainer"
13+
},
14+
{
15+
"name": "Atrus",
16+
"role": "Original Idea"
1317
}
1418
],
1519
"support": {

src/LotgdFindRingBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getLotgdName(): string
3636
*/
3737
public function getLotgdVersion(): string
3838
{
39-
return '0.1.0';
39+
return '0.1.1';
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)