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",