Skip to content

Commit

Permalink
Bumped to 0.1.0 and stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvondra committed Sep 28, 2012
1 parent 10a989d commit 1432ea1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -2,15 +2,15 @@
"name": "geoip",
"abstract": "Geolocation using GeoIP.",
"description": "Provides geolocation (determining country, city etc. from an IP address) using GeoIP data.",
"version": "0.0.2",
"version": "0.1.0",
"maintainer": "Tomas Vondra <tv@fuzzy.cz>",
"license": "bsd",

"provides": {
"geoip": {
"file": "sql/geoip--0.0.2.sql",
"file": "sql/geoip--0.1.0.sql",
"docfile": "README.md",
"version": "0.0.2"
"version": "0.1.0"
}
},

Expand All @@ -22,7 +22,7 @@
}
},

"release_status": "testing",
"release_status": "stable",

"resources": {
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion geoip.control
@@ -1,5 +1,5 @@
# geoip extension
comment = 'An IP geolocation extension (a wrapper around the MaxMind GeoLite dataset)'
default_version = '0.0.2'
default_version = '0.1.0'
module_pathname = '$libdir/geoip'
relocatable = true
File renamed without changes.

0 comments on commit 1432ea1

Please sign in to comment.