Skip to content

Commit

Permalink
Bump to 0.3.2 for the bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 5, 2014
1 parent f3ba849 commit 5dc3f88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

0.3.2 *(2014-11-04)*
--------------------

Public:
* Fix: Crash when 50% video size resolution was selected.


0.3.1 *(2014-10-31)*
--------------------

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Manifest version information!
def versionMajor = 0
def versionMinor = 3
def versionPatch = 1
def versionPatch = 2
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

buildscript {
Expand Down

0 comments on commit 5dc3f88

Please sign in to comment.