From 6ebd74a9b47881755fc8175234837053d56a5aa2 Mon Sep 17 00:00:00 2001 From: Ben Keen Date: Sun, 5 May 2019 09:19:58 -0700 Subject: [PATCH] 2.0.4 --- .gitignore | 2 -- about/theme.php | 2 +- cache/emptyfile.txt | 0 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 cache/emptyfile.txt diff --git a/.gitignore b/.gitignore index 21d9027..3d72576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ .DS_Store -cache/ -!cache/emptyfile.txt .idea \ No newline at end of file diff --git a/about/theme.php b/about/theme.php index f731c94..77a605c 100644 --- a/about/theme.php +++ b/about/theme.php @@ -16,5 +16,5 @@ $theme_author_email = "ben.keen@gmail.com"; $theme_link = "https://themes.formtools.org"; $theme_description = "A red and white theme with a side-helping of maple syrup and moose."; -$theme_version = "2.0.3"; +$theme_version = "2.0.4"; diff --git a/cache/emptyfile.txt b/cache/emptyfile.txt deleted file mode 100644 index e69de29..0000000