From e3eb15914f866a60f69a83a91657c154a94e12f4 Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Fri, 24 Oct 2014 00:15:22 +0300 Subject: [PATCH] 1.4.1 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d75cd83..b09f92d 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,9 @@ Array of RTLCSS properties Processing Instructions (PI), these are applied on th Have a bug or a feature request? please feel free to [open a new issue](https://github.com/MohammadYounes/rtlcss/issues/new) . ## Release Notes +* **v1.4.1** [24 Oct. 2014] + * CLI: Print processing errors. + * **v1.4.0** [10 Oct. 2014] * CLI: Support processing a directory. see [CLI documentation](https://github.com/MohammadYounes/rtlcss/blob/master/CLI.md#directory) diff --git a/package.json b/package.json index 154de86..50d2925 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mohammad Younes", "name": "rtlcss", - "version": "1.4.0", + "version": "1.4.1", "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", "license": "MIT",