diff --git a/package.json b/package.json index a81d870b344..466a570db59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint", - "version": "4.1.0", + "version": "4.1.1", "description": "An extensible static analysis linter for the TypeScript language", "bin": { "tslint": "./bin/tslint" diff --git a/src/linter.ts b/src/linter.ts index 1e27d8193ce..14e86e2daad 100644 --- a/src/linter.ts +++ b/src/linter.ts @@ -42,7 +42,7 @@ import { arrayify, dedent } from "./utils"; * Linter that can lint multiple files in consecutive runs. */ class Linter { - public static VERSION = "4.1.0"; + public static VERSION = "4.1.1"; public static findConfiguration = findConfiguration; public static findConfigurationPath = findConfigurationPath;