diff --git a/library/enqueue-scripts.php b/library/enqueue-scripts.php
index 8c515da68..28cacde00 100644
--- a/library/enqueue-scripts.php
+++ b/library/enqueue-scripts.php
@@ -48,7 +48,7 @@ function js_asset_path($filename) {
 		}
 
 		// Enqueue the main Stylesheet.
-		wp_enqueue_style( 'main-stylesheet',  get_template_directory_uri() . '/dist/assets/css/' . css_asset_path('app.css'), array(), '2.10.3', 'all' );
+		wp_enqueue_style( 'main-stylesheet',  get_template_directory_uri() . '/dist/assets/css/' . css_asset_path('app.css'), array(), '2.10.4', 'all' );
 
 		// Deregister the jquery version bundled with WordPress.
 		wp_deregister_script( 'jquery' );
@@ -57,7 +57,7 @@ function js_asset_path($filename) {
 		wp_enqueue_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js', array(), '3.2.1', false );
 
 		// Enqueue Founation scripts
-		wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/' . js_asset_path('app.js'), array( 'jquery' ), '2.10.3', true );
+		wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/' . js_asset_path('app.js'), array( 'jquery' ), '2.10.4', true );
 
 		// Enqueue FontAwesome from CDN. Uncomment the line below if you don't need FontAwesome.
 		//wp_enqueue_script( 'fontawesome', 'https://use.fontawesome.com/5016a31c8c.js', array(), '4.7.0', true );
diff --git a/package-lock.json b/package-lock.json
index abef1f845..bca296f73 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "foundationpress",
-  "version": "2.10.3",
+  "version": "2.10.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 4904fc995..8d9fa887c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "foundationpress",
   "title": "FoundationPress",
-  "version": "2.10.3",
+  "version": "2.10.4",
   "description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb",
   "homepage": "https://foundationpress.olefredrik.com",
   "license": "MIT",
diff --git a/style.css b/style.css
index b04274dfb..22652c3ae 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ Theme Name:         FoundationPress
 Theme URI:          http://foundationpress.olefredrik.com
 Github Theme URI:   https://github.com/olefredrik/FoundationPress
 Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
-Version:            2.10.3
+Version:            2.10.4
 Author:             Ole Fredrik Lie
 Author URI:         http://olefredrik.com/