Skip to content

Commit 8bb9605

Browse files
committed
bump version, cleanup readme
1 parent b69e40a commit 8bb9605

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## Currently Supported Versions
2323

24-
- Taffy 3.3.x+
24+
- Taffy 3.6.x+
2525
- Taffy 2.2.x
2626

2727
If you file a bug or ask for support please indicate which version of Taffy you're using. If it's an older release, we usually ask you to upgrade. Officially, we promise to support the current and previous **minor** releases and the last **minor** release of the previous **major** release. To the best of our abilities Taffy follows the versioning guidelines defined in [semver](https://semver.org/).

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "cfml-taffy",
3-
"scripts": {
4-
"less": "lessc dashboard/dash.less --clean-css=\"--s1 --advanced\" > dashboard/dash.css"
5-
},
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/atuttle/Taffy.git"
9-
},
10-
"author": "Adam Tuttle <[email protected]>",
11-
"license": "MIT",
12-
"bugs": {
13-
"url": "https://github.com/atuttle/Taffy/issues"
14-
},
15-
"homepage": "https://taffy.io",
16-
"devDependencies": {
17-
"less": "^4.1.1",
18-
"less-plugin-clean-css": "^1.5.1"
19-
},
20-
"version": "3.6.0"
2+
"name": "cfml-taffy",
3+
"version": "3.7.0",
4+
"author": "Adam Tuttle <[email protected]>",
5+
"license": "MIT",
6+
"homepage": "https://taffy.io",
7+
"scripts": {
8+
"less": "lessc dashboard/dash.less --clean-css=\"--s1 --advanced\" > dashboard/dash.css"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/atuttle/Taffy.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/atuttle/Taffy/issues"
16+
},
17+
"devDependencies": {
18+
"less": "^4.1.1",
19+
"less-plugin-clean-css": "^1.5.1"
20+
}
2121
}

0 commit comments

Comments
 (0)