Skip to content

Commit

Permalink
Version bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Burns committed Mar 9, 2013
1 parent ec1f318 commit dee46c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bu-versions.php
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php <?php
/* /*
Plugin Name: BU Versions Plugin Name: BU Versions
Plugin URI: https://developer.bu.edu/bu-versions Plugin URI: http://developer.bu.edu/bu-versions/
Author: Boston University (IS&T) Author: Boston University (IS&T)
Author URI: http://blogs.bu.edu/web/ Author URI: http://sites.bu.edu/web/
Description: Make and review edits to published content. Description: Make and review edits to published content.
Version: 0.6 Version: 0.7
Text Domain: bu-versions Text Domain: bu-versions
Domain Path: /languages Domain Path: /languages
*/ */
Expand Down Expand Up @@ -48,7 +48,7 @@ class BU_Version_Workflow {
public static $controller; public static $controller;
public static $admin; public static $admin;


const version = 0.6; const version = 0.7;


static function init() { static function init() {


Expand Down

0 comments on commit dee46c7

Please sign in to comment.