From 535d06c9685de0ffb1102dcd8e7fce10ac07999d Mon Sep 17 00:00:00 2001 From: Robert Haritonov Date: Wed, 15 Apr 2015 16:22:12 +0200 Subject: [PATCH] bumping version to 0.5.2 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 564bc4d..cc758d7 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Many teams are already using SourceJS for building and managing Front-end compon If you notice some bugs, or need to help finding a better solution in your process, feel free to create an issue, and we will solve your problem together. ## Updates +* 28.03.15 [0.5.2](https://github.com/sourcejs/Source/releases/tag/0.5.2) patch release with improved markdown support and `index.src.html` * 28.03.15 [0.5.1](https://github.com/sourcejs/Source/releases/tag/0.5.1) patch release with EJS pre-rendering and various bugfixes * 28.03.15. SourceJS [Bootstrap example bundle](https://github.com/sourcejs/example-bootstrap-bundle) and [How-to articles blog](https://github.com/sourcejs/blog-howto) * 15.03.15. New example [Specs showcase](http://sourcejs.com/specs/) ([source code](https://github.com/sourcejs/example-specs-showcase)) diff --git a/package.json b/package.json index 6bc6e5f..1138040 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "SourceJS contributors team", "description": "Living Style Guide Engine and Maintenance Environment for Front-end Components.", "name": "SourceJS", - "version": "0.5.1", + "version": "0.5.2", "repository": { "type": "git", "url": "https://github.com/sourcejs/Source.git"