Skip to content

Commit 53c2d64

Browse files
committed
prepare release 0.2.0
1 parent 513e9ee commit 53c2d64

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
CHANGELOG
22
=========
33

4-
0.1.1 (xxxx-xx-xx)
4+
0.2.0 (2013-11-16)
55
------------------
66

7-
n/a
7+
* use Geocoder 2.3.x
8+
* use config file
9+
* use singleton instead of share
10+
* improve tests
811

912

1013
0.1.0 (2013-09-16)

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require" : {
1616
"php" : ">=5.3.0",
1717
"illuminate/support" : "~4.0",
18-
"willdurand/geocoder" : "~2.2"
18+
"willdurand/geocoder" : "~2.3"
1919
},
2020

2121
"require-dev" : {
@@ -31,7 +31,7 @@
3131

3232
"extra" : {
3333
"branch-alias" : {
34-
"dev-master" : "0.1-dev"
34+
"dev-master" : "0.2-dev"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)