Skip to content

Commit

Permalink
Fix version, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Apr 12, 2017
1 parent 8a0aad4 commit 0b8b729
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 32 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "pressbooks/pressbooks-stats",
"version": "1.0.0",
"description": "A Pressbooks plugin which provides some basic activity statistics for a Pressbooks network.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
Expand Down Expand Up @@ -35,5 +34,8 @@
"vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs",
"vendor/bin/phpcs --standard=phpcs.xml --extensions=php ."
]
},
"require": {
"composer/installers": "^1.2"
}
}
167 changes: 137 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pressbooks-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Pressbooks Stats
Description: Pressbooks plugin which provides some basic activity statistics for a Pressbooks network.
Version: 1.1.0
Version: 1.2.0
Author: BookOven Inc.
*/

Expand Down

0 comments on commit 0b8b729

Please sign in to comment.