From fc3f2a408a7df6bc9262f889294f7086aea33fc9 Mon Sep 17 00:00:00 2001 From: Anton Kosykh Date: Sun, 8 Apr 2018 19:18:16 +0300 Subject: [PATCH] v0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1459426..3bcf6cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apicase/core", - "version": "0.12.0-beta.1", + "version": "0.12.0", "description": "Core library to make API calls with any adapter", "main": "cjs/index.js", "module": "es/index.js",