Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Jan 18, 2017
1 parent 6acde85 commit 10bae00
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### 0.5
- Updates from master integrated.
- Added markdown support (thanks to @ldidry and @drmuey)

### 0.4
- Updated Sandstorm manifest
- Updated Sandstorm manifest.

### 0.3
- Updates from master include support for multiple stickers per card.
Expand Down
2 changes: 1 addition & 1 deletion description.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration.
scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration and markdown.
1 change: 1 addition & 0 deletions sandstorm-files.list
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ client/lib/jquery-ui/development-bundle/ui/jquery-ui-1.11.1.js
client/lib/jquery.blockUI.js
client/lib/jquery.jeditable.js
client/lib/jquery.ui.touch-punch.min.js
client/lib/marked.min.js
client/script.js
config.js
etc/ld.so.cache
Expand Down
4 changes: 2 additions & 2 deletions sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Scrumblr"),

appVersion = 5, # Increment this for every release.
appVersion = 6, # Increment this for every release.

appMarketingVersion = (defaultText = "0.4"),
appMarketingVersion = (defaultText = "0.5"),

actions = [
# Define your "new document" handlers here.
Expand Down

0 comments on commit 10bae00

Please sign in to comment.