Skip to content

Commit

Permalink
Update phan from 0.12.7(dev) to 0.12.8
Browse files Browse the repository at this point in the history
Update release dates to approximate dates.
  • Loading branch information
TysonAndre committed May 12, 2018
1 parent 1926f28 commit 2849c38
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,17 @@ General troubleshooting advice:

## Release History

### 0.3.3 (2018-02-28)
### 0.3.4 (2018-05-12)

- Upgrade Phan from 0.12.7(dev) to 0.12.8
- See [Phan's NEWS](https://raw.githubusercontent.com/phan/phan/0.12.8/NEWS.md) for more details.

### 0.3.3 (2018-05-06)

- Upgrade Phan from 0.12.3 to 0.12.7(dev)
- See [Phan's NEWS](https://raw.githubusercontent.com/phan/phan/10ce2af0ed1956e6b4e92a121be1c4b6d3fae45b/NEWS.md) for more details.

### 0.3.2 (2018-02-28)
### 0.3.2 (2018-03-24)

- Upgrade Phan from 0.12.1 to 0.12.3
- See [Phan's NEWS](https://raw.githubusercontent.com/phan/phan/0.12.3/NEWS.md) for more details.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"require": {
"php": "^7.0.0",
"phan/phan": "dev-master"
"phan/phan": "0.12.8"
}
}
16 changes: 7 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"preview": false,
"version": "0.3.3",
"version": "0.3.4",
"engines": {
"vscode": "^1.16.0",
"os": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/mz": "0.0.31",
"@types/node": "^8.10.12",
"@types/node": "^8.10.14",
"@types/semver": "^5.5.0",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
Expand Down

0 comments on commit 2849c38

Please sign in to comment.