From 27c2e73030629732c402afee0091fd43720f7e20 Mon Sep 17 00:00:00 2001 From: Arend van Beelen Date: Fri, 14 Oct 2016 14:15:50 +0200 Subject: [PATCH] Hooray for Selectivity v3.0.0. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4db9e18..6b97710 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ https://arendjr.github.io/selectivity/ Make sure you have Node.js installed and run: - $ npm install selectivity@3.0.0-rc1 + $ npm install selectivity Note you will need to include the CSS yourself. You can find it in `node_modules/selectivity/selectivity.css`. diff --git a/package.json b/package.json index 936a853..fef2c8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "selectivity", "desc": "Modular and light-weight selection library", - "version": "3.0.0-rc", + "version": "3.0.0", "repository": { "type": "git", "url": "git://github.com/arendjr/selectivity.git"