From 63e092132be74ed56947a7526fbb63a75b79fb1c Mon Sep 17 00:00:00 2001 From: Adriano Date: Sat, 22 Dec 2018 10:13:43 +0100 Subject: [PATCH] Readme --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82257b2..bfe553c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AngularAbTests is an [angular](https://angular.io/) module that helps you settin It will **make your tests easy to debug and understand**, regardless of how complex they are, of how many versions you are setting up, or even of how many concurrent tests you are running. -### Update: version 1.2.1 has been released, here is the changelog +### Update: version 1.2.3 has been released, here is the changelog 1. Added [setter](#manually-read--set-a-specific-version-during-runtime) to change the version of a specific test during runtime diff --git a/package-lock.json b/package-lock.json index bb1ee7a..797f062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-ab-tests", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb55e9f..d172416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ab-tests", - "version": "1.2.2", + "version": "1.2.3", "description": "Easy and descriptive way to setup complex AB tests and multivariate tests in Angular2+", "author": "Adriano di Lauro", "license": "MIT",