From dbde5b41d7212a92155a40f90ddfce42de219e29 Mon Sep 17 00:00:00 2001 From: nadnoslen Date: Fri, 19 Jul 2019 10:46:31 -0600 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89dc878..a4bfb98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-base-model", - "version": "1.0.0-rc.4", + "version": "1.0.0", "description": "A Base Ember-Data model including `createdAt` and `updatedAt` attributes matching those found in Ruby on Rails timestamped resources.", "keywords": [ "active-record-timestamps",