From 45d94e6313781a53bae7658cb851ff99a86ccbfe Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Tue, 2 Jul 2013 09:27:17 -0400
Subject: [PATCH] Release as version 1.0.

---
 readme.txt               | 4 ++--
 wp-revisions-control.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/readme.txt b/readme.txt
index 357ea76..873a40d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_butt
 Tags: revision, revisions, admin
 Requires at least: 3.6
 Tested up to: 3.6
-Stable tag: 0.1
+Stable tag: 1.0
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -29,5 +29,5 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
 
 == Changelog ==
 
-= 0.1 =
+= 1.0 =
 Initial public release
diff --git a/wp-revisions-control.php b/wp-revisions-control.php
index 4f51a42..2e0ae76 100644
--- a/wp-revisions-control.php
+++ b/wp-revisions-control.php
@@ -4,7 +4,7 @@ Plugin Name: WP Revisions Control
 Plugin URI: http://www.ethitter.com/plugins/wp-revisions-control/
 Description: Control how many revisions are stored for each post type
 Author: Erick Hitter
-Version: 0.1
+Version: 1.0
 Author URI: http://www.ethitter.com/
 
 This program is free software; you can redistribute it and/or modify
-- 
GitLab