Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikax committed May 2, 2020
1 parent 5eb2627 commit 450d63b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion library/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function greenlet_constants() {
define( 'GL_CHILD_URL', get_stylesheet_directory_uri() );

// Define other constants.
define( 'GREENLET_VERSION', '1.2.4' );
define( 'GREENLET_VERSION', '1.2.5' );
}

add_action( 'greenlet_init', 'greenlet_constants' );
Expand Down
2 changes: 1 addition & 1 deletion library/support/woocommerce/class-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function init_frontend() {
*/
public function enqueue_scripts() {
$min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
greenlet_enqueue_style( 'greenlet-shop', GL_STYLES_URL . '/shop' . $min . '.css' );
greenlet_enqueue_style( 'greenlet-shop', GL_STYLES_URL . '/shop' . $min . '.css' );
}

/**
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": "greenlet",
"version": "1.2.4",
"version": "1.2.5",
"description": "Extremely fast and highly customizable WordPress theme.",
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: blog, custom-background, custom-colors, editor-style, featured-images, foo
Tested up to: 5.3.2
Requires at least: 4.9
Requires PHP: 5.4
Stable tag: 1.2.4
Stable tag: 1.2.5

Extremely fast and highly customizable WordPress theme.

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Theme Name: Greenlet
* Theme URI: https://greenletwp.com
* Description: Lightweight, Fast, Best SEO WordPress theme
* Version: 1.2.4
* Version: 1.2.5
* Author: Greenlet Team
* Author URI: https://greenletwp.com/about/
* License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-testing",
"version": "1.2.4",
"version": "1.2.5",
"description": "End to End Testing for Greenlet",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 450d63b

Please sign in to comment.