Skip to content

Commit e93c2cd

Browse files
committed
Increase version numbers
1 parent ba0f881 commit e93c2cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

InputfieldWebmentions/InputfieldWebmentions.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class InputfieldWebmentions extends Inputfield implements InputfieldItemList
1919
{
2020
return array(
2121
'title' => 'Webmentions',
22-
'version' => 111,
22+
'version' => 112,
2323
'summary' => 'Input field for webmentions.',
2424
'requires' => 'FieldtypeWebmentions',
2525
);

ProcessWebmentionsManager/ProcessWebmentionsManager.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ProcessWebmentionsManager extends Process
4545
{
4646
return array(
4747
'title' => 'Webmentions Manager',
48-
'version' => 111,
48+
'version' => 112,
4949
'author' => 'gRegor Morrill',
5050
'summary' => 'Manage webmentions in your site outside of the page editor.',
5151
'href' => 'http://gregorlove.com',

Webmention/Webmention.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Webmention extends WireData implements Module, ConfigurableModule
5151
{
5252
return array(
5353
'title' => 'Webmention',
54-
'version' => 112,
54+
'version' => 113,
5555
'summary' => 'Webmention is a simple way to automatically notify any URL when you link to it on your site. From the receiver’s perspective, it is a way to request notification when other sites link to it.',
5656
'href' => 'http://www.webmention.net',
5757
'singular' => TRUE,

0 commit comments

Comments
 (0)