Fix wrong version number.

This commit is contained in:
mariohommel 2017-03-15 20:44:36 +01:00
parent 3207b7dfb8
commit 6a126612c1
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ TODO:
* Twitter announcements/credentials etc. per author instead of
only per central blog
1.68:
1.69:
-----
* Fix PHP7 incompatibility

View file

@ -1,4 +1,4 @@
<?php
// Actual version of both plugins
@define('PLUGIN_TWITTER_VERSION', '1.68');
@define('PLUGIN_TWITTER_VERSION', '1.69');