Skip to content

Commit 4a62eb1

Browse files
committed
✅ 0.2.0
1 parent d99e573 commit 4a62eb1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

eleventy.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const fs = require('fs');
22
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
3+
const VERSION = '0.2.0';
34

45
module.exports = function(eleventyConfig) {
56
// Get utility sections
@@ -59,7 +60,7 @@ module.exports = function(eleventyConfig) {
5960
eleventyConfig.addGlobalData('toc', true);
6061
eleventyConfig.addGlobalData('meta', {
6162
title: 'Sloth.css',
62-
version: '0.1.1',
63+
version: VERSION,
6364
description: 'A drop-in utility component CSS library for lazy mammals.',
6465
utilitySections: slothUtilitySections,
6566
components: slothComponents,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmount/sloth.css",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A drop-in utility component CSS-only library for lazy mammals.",
55
"main": "sloth.min.css",
66
"files": [

0 commit comments

Comments
 (0)