Skip to content

Commit 1936db0

Browse files
committed
Bump up Version to alpha 1
1 parent e808849 commit 1936db0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type" : "phpbb-extension",
44
"description" : "This Extension adds the possibility of scheduling meetings with multiple people to your topics. Use this for finding the right date for a meeting very easy or for getting feedback on availability of users on certain dates.",
55
"homepage" : "https://github.com/gn36/phpbb-ext-hookup/",
6-
"version" : "1.0.0-dev",
6+
"version" : "1.0.0-a1",
77
"time" : "2015-01-03",
88
"license" : "GPL-2.0",
99
"authors" : [{
@@ -40,5 +40,13 @@
4040
"gn36\\hookup\\" : "",
4141
"gn36\\hookup\\functions\\" : "functions/"
4242
}
43+
},
44+
"keywords" : [
45+
"meeting planner",
46+
"calendar"
47+
],
48+
"support" : {
49+
"issues" : "https://github.com/gn36/phpbb-ext-hookup/issues",
50+
"source" : "https://github.com/gn36/phpbb-ext-hookup/"
4351
}
4452
}

0 commit comments

Comments
 (0)