From c9d49646d8920de82553d69936b2bc6c9224a3a8 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Tue, 9 Jun 2015 19:17:40 -0300 Subject: [PATCH] 1.0.0-alpha --- bower.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index b9ca13b1..8d99e5db 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,8 @@ { "name": "metal", - "version": "0.3.1", + "version": "1.0.0-alpha", "main": "src/core.js", - "description": "A solid foundation for UI components", + "description": "Build UI components in a solid, flexible way", "keywords": [ "metal" ], diff --git a/package.json b/package.json index 9ecea43f..fec562e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metal", - "version": "0.3.1", - "description": "A solid foundation for UI components", + "version": "1.0.0-alpha", + "description": "Build UI components in a solid, flexible way", "license": "BSD", "repository": "metal/metal.js", "author": {