Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcole808 committed Sep 12, 2014
1 parent a0910f8 commit 8fa3a12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bcole808
Tags: admin, dashboard, social, social media, facebook, twitter, metrics, analytics, tracking, engagement, share, sharing, shares
Requires at least: 3.8.1
Tested up to: 4.0
Stable tag: 1.1.2
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -79,7 +79,7 @@ This plugin was created by the Chapman University web marketing team. Our use fo

== Changelog ==

= 1.1.2 =
= 1.2.0 =
* Added data export tool
* Fix various bugs

Expand All @@ -106,7 +106,7 @@ This plugin was created by the Chapman University web marketing team. Our use fo

== Upgrade Notice ==

= 1.1.2 =
= 1.2.0 =
Added data export tool, and fixed bugs.

= 1.1.1 =
Expand Down
4 changes: 2 additions & 2 deletions social-metrics-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Social Metrics Tracker
Plugin URI: https://github.com/ChapmanU/wp-social-metrics-tracker
Description: Collect and display social network shares, likes, tweets, and view counts of posts.
Version: 1.1.2
Version: 1.2.0
Author: Ben Cole, Chapman University
Author URI: http://www.bencole.net
License: GPLv2+
Expand Down Expand Up @@ -32,7 +32,7 @@

class SocialMetricsTracker {

private $version = '1.1.2'; // for db upgrade comparison
private $version = '1.2.0'; // for db upgrade comparison
private $updater;
private $options;

Expand Down

0 comments on commit 8fa3a12

Please sign in to comment.