Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexanderdavide <alexeble1998@gmail.com>2022-03-10 23:08:07 +0300
committeralexanderdavide <alexeble1998@gmail.com>2022-03-10 23:08:07 +0300
commitade78cf812fc29a43cdb3db4b8f8094376b634e8 (patch)
tree32028fe07a9092279c940969034d7433776c600d /package.json
parentcc23ef411c713c6eba52d9380fc652e4a872e3ab (diff)
chore: align package version with upstream
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0bdf533..254e1f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "anatole",
- "version": "1.1.0",
+ "version": "1.7.0",
"description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
"scripts": {
"build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",