Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzHayden authored and jmmcduffie committed Jan 14, 2022
1 parent 7e08dc9 commit 60e6806
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.4.1
- Fixed [`slash as division`](https://sass-lang.com/documentation/breaking-changes/slash-div) deprecation.

## 1.4.0

- Added common currencies to scut-characters
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scut",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "http://davidtheclark.github.io/scut/",
"authors": [
"David Clark <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/_scut.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* v1.4.1
* Docs at http://davidtheclark.github.io/scut
*/

Expand Down
4 changes: 2 additions & 2 deletions docs/content/data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"version": "1.4.0"
"version": "1.4.1"
github-url: "https://github.com/davidtheclark/scut/blob/v"
github-home: "https://github.com/davidtheclark/scut"
codepen-url: "http://codepen.io/davidtheclark/pen/FhqGc"
codepen-url: "http://codepen.io/davidtheclark/pen/FhqGc"
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var currentVersion = '1.4.0';
var currentVersion = '1.4.1';

var moment = require('moment');
var runSequence = require('run-sequence');
Expand Down
6 changes: 3 additions & 3 deletions lib/scut.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Compass::Frameworks.register('Scut', :stylesheets_directory => stylesheets_dir)

module Scut
VERSION = "1.4.0"
DATE = "2016-02-09"
end
VERSION = "1.4.1"
DATE = "2022-01-06"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scut",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "http://davidtheclark.github.io/scut/",
"authors": [
"David Clark <[email protected]>"
Expand Down

0 comments on commit 60e6806

Please sign in to comment.