Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimtuhin committed Sep 15, 2015
1 parent d32053e commit e90cb83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onepager",
"version": "0.1.0",
"version": "1.1.4",
"dependencies": {
"fontawesome": "latest",
"fontawesome-selector": "[email protected]:themexpert/fontawesome-selector.git",
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": "onepager",
"version": "0.1.0",
"version": "1.1.4",
"description": "OnePager: One Stop OnePage Theme Solution wordpress and joomla",
"author": "",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: themexpert, nadimtuhin
Donate link: http://getonepager.com
Tags: page builder, builder, onepage builder, drag and drop, reactjs, bootstrap, fontAwesome, gulp, less, layout, grid, composer, webpack, bower, ui
Stable tag: 1.1.3
Stable tag: 1.1.4
Requires at least: 4.2
Tested up to: 4.3
License: GPLv2 or later
Expand Down
4 changes: 2 additions & 2 deletions tx-onepager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Onepager - One Page Builder
* Plugin URI: http://getonepager.com
* Description: Modern, Powerful & Crazy Fast one page builder. Built with modern tools such ReactJS for next generation theming.
* Version: 1.1.3
* Version: 1.1.4
* Author: ThemeXpert
* Author URI: http://www.themexpert.com
* License: GPL-2.0+
Expand All @@ -17,7 +17,7 @@
die;
}

define( 'ONEPAGER_VERSION', '1.1.3' );
define( 'ONEPAGER_VERSION', '1.1.4' );
define( 'ONEPAGER_PHP_VERSION', '5.4' );

define( 'ONEPAGER_URL', plugins_url( '', __FILE__ ) );
Expand Down

0 comments on commit e90cb83

Please sign in to comment.