Skip to content

Commit

Permalink
Merge pull request #39 from Stanford-Online/fix-no-response-behavior
Browse files Browse the repository at this point in the history
Push version to 0.3.1 to include bugfix
  • Loading branch information
caesar2164 authored Dec 11, 2018
2 parents 00a2ff0 + 67b250e commit c8f49f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xblock-free-text-response",
"title": "FreeTextResponse XBlock",
"description": "Enables instructors to create questions with free-text responses.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/Stanford-Online/xblock-free-text-response",
"author": {
"name": "Azim Pradhan",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_tests(self):

setup(
name="xblock-free-text-response",
version="0.3.0",
version="0.3.1",
description="Enables instructors to create questions with free-text responses.",
license='AGPL-3.0',
packages=[
Expand Down

0 comments on commit c8f49f9

Please sign in to comment.