diff --git a/dist/util.js b/dist/util.js index a77e0b5..6eb840f 100644 --- a/dist/util.js +++ b/dist/util.js @@ -14043,7 +14043,7 @@ var escapeStringRegexp = string => { }; const fullVersion = `v${ - "2.1.0" + "2.2.0" }`; const majorVersion = ` v${ 2 diff --git a/package.json b/package.json index 74f78e4..b50f3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachometer-reporter-action", - "version": "2.1.0", + "version": "2.2.0", "description": "Report the results of Polymer/tachometer in a comment for PRs", "main": "lib/index.js", "scripts": {