Skip to content

Commit

Permalink
version bumps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Sep 16, 2021
1 parent fcbca4f commit 583a830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file, according t
This project adheres to [Semantic Versioning](http://semver.org/).


##[1.0.0] 00/00/2021
##[1.0.0] 09/16/2021

* Initial public release.

8 changes: 4 additions & 4 deletions installment-plans-for-woo-subs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Installment Plans for WooCommerce Subscriptions
* Plugin URI: https://www.nexcess.net
* Description: Extend the Subscriptions plugin for WooCommerce to handle installments.
* Version: 0.0.1-dev
* Version: 1.0.0
* Author: Nexcess
* Author URI: https://www.nexcess.net
* Text Domain: installment-plans-for-woo-subs
* Domain Path: /languages
* WC requires at least: 5.2.0
* WC tested up to: 5.3.0
* WC requires at least: 5.5.0
* WC tested up to: 5.6.0
* License: MIT
* License URI: https://opensource.org/licenses/MIT
*
Expand All @@ -23,7 +23,7 @@
if ( ! defined( 'ABSPATH' ) ) exit;

// Define our plugin version.
define( __NAMESPACE__ . '\VERS', '0.0.1-dev' );
define( __NAMESPACE__ . '\VERS', '1.0.0' );

// Plugin root file.
define( __NAMESPACE__ . '\FILE', __FILE__ );
Expand Down

0 comments on commit 583a830

Please sign in to comment.