Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
christophery committed Sep 1, 2020
1 parent d8d04c6 commit f04c630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function geist_content_width() {
*/
function geist_scripts() {
wp_enqueue_style( 'geist-style', get_stylesheet_uri() );
wp_enqueue_style( 'geist-main-css', get_template_directory_uri() . '/built/screen.css', array(),'20191129' );
wp_enqueue_style( 'geist-main-css', get_template_directory_uri() . '/built/screen.css', array(),'20200901' );

wp_enqueue_script( 'geist-main-js', get_template_directory_uri() . '/built/main.js', array('jquery'), '20190322', true );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geist",
"description": "Geist is a personal blogging theme for WordPress. This theme is a port of Casper the default theme for the Ghost blogging platform.",
"demo": "https://chrisyee.ca",
"version": "1.1.4",
"version": "1.1.5",
"license": "GPL",
"scripts": {
"dev": "gulp",
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 URI: https://github.com/christophery/geist
Author: Chris Yee
Author URI: https://chrisyee.ca
Description: Geist is a personal blogging theme for WordPress. This theme is a port of Casper the default theme for the Ghost blogging platform.
Version: 1.1.4
Version: 1.1.5
License: GNU General Public License v2.0
License URI: LICENSE
Text Domain: geist
Expand Down

0 comments on commit f04c630

Please sign in to comment.