From eb86ce25c850bb20523d47a55d07235f0fad5858 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Mon, 27 Feb 2017 14:11:53 -0800 Subject: [PATCH] 2.0.1 -> 3.0.0-rc.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 9834d0c..051a66c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "test-fixture", - "version": "2.0.1", + "version": "3.0.0-rc.1", "license": "http://polymer.github.io/LICENSE.txt", "description": "A simple element to fixture DOM for tests", "keywords": [ diff --git a/package.json b/package.json index f84a8aa..47b13ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-fixture", - "version": "2.0.1", + "version": "3.0.0-rc.1", "description": "A simple element to fixture DOM for tests", "main": "test-fixture.html", "repository": {