Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #595 from palantir/next-2.5.0-dev.3
Browse files Browse the repository at this point in the history
Prepare release v2.5.0-dev.3
  • Loading branch information
adidahiya committed Aug 21, 2015
2 parents f0378e9 + 7f4d384 commit c9594c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===

v2.5.0-dev.3
---
* Upgrade TypeScript compiler to v1.6.0-dev.20150821

v2.5.0-dev.2
---
* Upgrade TypeScript compiler to v1.6.0-dev.20150811
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint",
"version": "2.5.0-dev.2",
"version": "2.5.0-dev.3",
"description": "a static analysis linter for TypeScript",
"bin": {
"tslint": "./bin/tslint"
Expand Down
2 changes: 1 addition & 1 deletion src/tslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Lint {
}

export class Linter {
public static VERSION = "2.5.0-dev.2";
public static VERSION = "2.5.0-dev.3";

private fileName: string;
private source: string;
Expand Down

0 comments on commit c9594c5

Please sign in to comment.