Skip to content

Commit

Permalink
Version 3.1.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Sep 10, 2015
1 parent 63ae4a4 commit 20f4648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.0-beta4",
"version": "3.1.0-beta5",
"url": "https://packagecontrol.io",
"description": "A full-featured package manager",
"sublime_text": "*",
Expand Down
4 changes: 2 additions & 2 deletions package_control/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.0-beta4"
__version_info__ = (3, 1, 0, 'beta4')
__version__ = "3.1.0-beta5"
__version_info__ = (3, 1, 0, 'beta5')

0 comments on commit 20f4648

Please sign in to comment.