Fix version number to keep the installer happy

This commit is contained in:
Boris Zentner
2013-05-13 23:00:51 +02:00
committed by Gregory Oschwald
parent 50e3adc37f
commit 94d1e3a96c
+1 -1
View File
@@ -22,7 +22,7 @@ To do this, add ```geoip2/geoip2``` to your ```composer.json``` file.
```json
{
"require": {
"geoip2/geoip2": "1.0.*"
"geoip2/geoip2": "0.1.*"
}
}
```