Skip to content

Commit

Permalink
up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySievert committed Jul 5, 2017
1 parent 62a7a40 commit e95090c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions META.json
Expand Up @@ -2,7 +2,7 @@
"name": "plv8",
"abstract": "A procedural language in JavaScript powered by V8",
"description": "plv8 is a trusted procedural language that is safe to use, fast to run and easy to develop.",
"version": "2.0.4-dev",
"version": "2.1.0",
"maintainer": [
"Jerry Sievert <code@legitimatesounding.com>"
],
Expand All @@ -13,31 +13,31 @@
"prereqs": {
"runtime": {
"requires": {
"v8": "5.4.500",
"v8": "5.8.301",
"PostgreSQL": "8.4.0"
},
"recommends": {
"PostgreSQL": "9.5.0"
"PostgreSQL": "9.6.0"
}
}
},
"provides": {
"plv8": {
"file": "plv8--2.0.4-dev.sql",
"file": "plv8--2.1.0.sql",
"docfile": "doc/plv8.md",
"version": "2.0.3-dev",
"version": "2.1.0",
"abstract": "A procedural language in JavaScript"
},
"plcoffee": {
"file": "plcoffee--2.0.4-dev.sql",
"file": "plcoffee--2.1.0.sql",
"docfile": "doc/plv8.md",
"version": "2.0.3-dev",
"version": "2.1.0",
"abstract": "A procedural language in CoffeeScript"
},
"plls": {
"file": "plls--2.0.4-dev.sql",
"file": "plls--2.1.0.sql",
"docfile": "doc/plv8.md",
"version": "2.0.3-dev",
"version": "2.1.0",
"abstract": "A procedural language in LiveScript"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@
# 'make static' will download v8 and build, then statically link to it.
#
#-----------------------------------------------------------------------------#
PLV8_VERSION = 2.0.4-dev
PLV8_VERSION = 2.1.0

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit e95090c

Please sign in to comment.