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 16, 2016
1 parent cccc789 commit 7c582ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4",
"version": "1.0.0-beta.5",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
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.4",
"version": "1.0.0-beta.5",
"description": "Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.",
"keywords": [
"wordpress",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Contributors: flixos90
Donate link: https://leaves-and-love.net/wordpress-plugins/
Requires at least: 4.2
Tested up to: 4.6
Stable tag: 1.0.0-beta.4
Version: 1.0.0-beta.4
Stable tag: 1.0.0-beta.5
Version: 1.0.0-beta.5
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.4
Version: 1.0.0-beta.5
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.4',
'version' => '1.0.0-beta.5',
'main_file' => __FILE__,
'namespace' => 'WPENC',
'textdomain' => 'wp-encrypt',
Expand Down

0 comments on commit 7c582ad

Please sign in to comment.