Removed last TODO flag and bumped version to 1.0.0

This commit is contained in:
2018-11-01 14:51:02 +01:00
parent 51e31c224f
commit 811bd94fa5
4 changed files with 5 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stklcode/wp-liveticker2",
"version": "1.0.0-rc1",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",
@@ -17,11 +17,11 @@
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3",
"php": ">=5.2",
"composer/installers": "~1.0"
},
"require-dev": {
"php": ">=5.3",
"php": ">=5.2",
"consolidation/robo": "^1.0.0",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",