Skip to content

Commit e0a0fe3

Browse files
committed
use version 1.1.0
1 parent 79c0970 commit e0a0fe3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Version 0.1.0](https://github.com/glayzzle/php-reflection/releases/tag/v0.1.0) (2017-1-24)
1+
## [Version 1.1.0](https://github.com/glayzzle/php-reflection/releases/tag/v1.1.0) (2017-01-24)
22

33
### Major Changes
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-reflection",
3-
"version": "0.1.0",
3+
"version": "1.1.0",
44
"description": "Enables to parse php files and from AST extracts code informations (namespaces, classes, functions ...)",
55
"main": "src/repository.js",
66
"scripts": {
@@ -40,4 +40,4 @@
4040
"mocha": "^3.2.0",
4141
"should": "^11.1.1"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)