Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix META.json.
  • Loading branch information
wulczer committed May 26, 2011
1 parent e9da970 commit 4a74913
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions META.json
@@ -1,16 +1,18 @@
{
"name": "first_last_agg",
"abstract": "Provides first() and last() aggregate functions.",
"version": "0.1.1",
"version": "0.1.2",
"maintainer": [
"Jan Urbański <wulczer@wulczer.org>"
],
"release_status": "testing",
"license": "postgresql",
"prereqs": {
"build": {
"PostgreSQL": "9.0.0"
}
"requires": {
"PostgreSQL": "9.0.0"
}
}
},
"provides": {
"first_last_agg": {
Expand Down

0 comments on commit 4a74913

Please sign in to comment.