Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Former-commit-id: 620ae47fce14d09b7f51afbb4560c96d700025b2
  • Loading branch information
subnetmarco committed Jun 8, 2015
1 parent 126a483 commit f7125d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-0.3.0-1.rockspec → kong-0.3.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.3.0-1"
version = "0.3.1-1"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.3.0"
tag = "0.3.1"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/constants.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local VERSION = "0.3.0"
local VERSION = "0.3.1"

return {
NAME = "kong",
Expand Down

0 comments on commit f7125d6

Please sign in to comment.