Skip to content

Commit

Permalink
Correct the version number (#95)
Browse files Browse the repository at this point in the history
* Correct version number and the cookie_version number
  • Loading branch information
mayank1211 authored and bradmorton1 committed Dec 11, 2019
1 parent d8dc47d commit bd1fb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookie-consent",
"version": "0.5.0",
"version": "0.5.1",
"description": "In-house solution for managing cookies on nhs.uk",
"main": "src/cookieconsent.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/cookieconsent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getNoBanner, getPolicyUrl, makeUrlAbsolute } from './settings';
* bump this version up afterwards. It will then give the user the banner again
* to consent to the new rules
*/
export const COOKIE_VERSION = 2;
export const COOKIE_VERSION = 3;
const COOKIE_NAME = 'nhsuk-cookie-consent';

/**
Expand Down

0 comments on commit bd1fb2b

Please sign in to comment.