Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Aug 3, 2016
1 parent 06c29cd commit 5e8e03b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "felixarntz/wp-encrypt",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var config = {
contributors: [ 'flixos90' ].join( ', ' ),
donateLink: 'https://leaves-and-love.net/wordpress-plugins/',
minRequired: '4.2',
testedUpTo: '4.5.3',
testedUpTo: '4.6',
translateURI: 'https://translate.wordpress.org/projects/wp-plugins/' + pkg.name,
network: true
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-encrypt",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"keywords": [
"wordpress",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Author URI: https://leaves-and-love.net
Contributors: flixos90
Donate link: https://leaves-and-love.net/wordpress-plugins/
Requires at least: 4.2
Tested up to: 4.5.3
Stable tag: 1.0.0-beta.3
Version: 1.0.0-beta.3
Tested up to: 4.6
Stable tag: 1.0.0-beta.4
Version: 1.0.0-beta.4
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: lets encrypt, ssl, certificates, https, free ssl
Expand Down
4 changes: 2 additions & 2 deletions wp-encrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Encrypt
Plugin URI: https://wordpress.org/plugins/wp-encrypt/
Description: Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.
Version: 1.0.0-beta.3
Version: 1.0.0-beta.4
Author: Felix Arntz
Author URI: https://leaves-and-love.net
License: GNU General Public License v3
Expand Down Expand Up @@ -42,7 +42,7 @@
LaL_WP_Plugin_Loader::load_plugin( array(
'slug' => 'wp-encrypt',
'name' => 'WP Encrypt',
'version' => '1.0.0-beta.3',
'version' => '1.0.0-beta.4',
'main_file' => __FILE__,
'namespace' => 'WPENC',
'textdomain' => 'wp-encrypt',
Expand Down

0 comments on commit 5e8e03b

Please sign in to comment.