From 956b7c90cd4e66135c9f1f08cf8aa8cc966fb9c8 Mon Sep 17 00:00:00 2001 From: Stefan Neculai Date: Mon, 16 Oct 2017 14:54:35 +0300 Subject: [PATCH] Tag version 1.0.0. --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b07f8a..cfb50b4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Over 170 responsive design blocks ready to be used in your web or mobile apps. A Several quick start options are available: -- [Download the latest release.](https://github.com/froala/design-blocks/archive/1.0.0-beta.zip) +- [Download the latest release.](https://github.com/froala/design-blocks/archive/1.0.0.zip) - Clone the repo: `git clone https://github.com/froala/design-blocks.git` - Install with [npm](https://www.npmjs.com/): `npm install froala-design-blocks` diff --git a/package.json b/package.json index df3599f..f082c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "froala-design-blocks", - "version": "1.0.0-beta", + "version": "1.0.0", "description": "An amazing collection of over 170 ready to use design blocks based on Bootstrap.", "keywords": [ "froala", @@ -14,7 +14,7 @@ "trending design" ], "homepage": "https://www.froala.com/design-blocks", - "license": "LGPL-2.1", + "license": "https://github.com/froala/design-blocks/blob/master/LICENSE", "repository": { "type": "git", "url": "git://github.com/froala/design-blocks.git"