Skip to content

Commit

Permalink
Bump to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Feb 25, 2016
1 parent 6e733ad commit 4ee4ef4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opensesame (3.0.6a3-ubuntu1) wily; urgency=medium
opensesame (3.0.6-ubuntu1) wily; urgency=medium

* Bugs fixed
- Fix a crash when adding an empty list to the file pool
Expand Down
2 changes: 1 addition & 1 deletion libopensesame/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from distutils.version import StrictVersion
import sys

__version__ = u'3.0.6a3'
__version__ = u'3.0.6'
strict_version = StrictVersion(__version__)
# The version without the prerelease (if any): e.g. 3.0.0
main_version = u'.'.join([str(i) for i in strict_version.version])
Expand Down
2 changes: 1 addition & 1 deletion opensesame.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "OpenSesame"
!define PRODUCT_VERSION "3.0.5-py2.7-win32-1"
!define PRODUCT_VERSION "3.0.6-py2.7-win32-1"
!define PRODUCT_PUBLISHER "Sebastiaan Mathot"
!define PRODUCT_WEB_SITE "http://osdoc.cogsci.nl"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
4 changes: 2 additions & 2 deletions resources/android/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"include_pil": true,
"name": "OpenSesame runtime for Android",
"icon_name": "OpenSesame",
"version": "3.0.6a3",
"version": "3.0.6",
"permissions": ["INTERNET", "VIBRATE"],
"include_sqlite": false,
"numeric_version": "58"}
"numeric_version": "59"}

0 comments on commit 4ee4ef4

Please sign in to comment.