From 7f14e8bb684198a01b9ff417188e02013faed28f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 7 Sep 2013 11:30:39 -0700 Subject: [PATCH] v0.2.1 --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 466ccc7..5db4b6a 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "repo": "samsonjs/format", "description": "printf, sprintf, and vsprintf for JavaScript", "keywords": ["format", "printf", "sprintf", "vsprintf", "string"], - "version": "0.2.0", + "version": "0.2.1", "main": "format.js", "scripts": ["format.js"] } diff --git a/package.json b/package.json index fd49041..13772a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "format", "description": "printf, sprintf, and vsprintf for JavaScript", - "version": "0.2.0", + "version": "0.2.1", "homepage": "http://samhuri.net/proj/format", "author": "Sami Samhuri ", "repository": {