From c9e8840e9135fe3476f53612c545991df92c303c Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Wed, 18 Feb 2015 16:41:08 -0500 Subject: [PATCH] Updated component to version 1.9.0 --- composer.json | 2 +- package.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4fd817e..3f44efa 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "1.9.9" + "version": "1.9.0" } \ No newline at end of file diff --git a/package.js b/package.js index 12e26f2..776a292 100755 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ var Package.describe({ name : 'semantic:ui-popup', summary : 'Semantic UI - Popup (official): Single component release of popup', - version : '1.9.9', + version : '1.9.0', git : 'git://github.com/Semantic-Org/UI-Popup.git', }); diff --git a/package.json b/package.json index d59c735..356a43a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-popup", - "version": "1.9.9", + "version": "1.9.0", "title": "Semantic UI - Popup", "description": "Single component release of popup", "homepage": "http://www.semantic-ui.com",