updated changelog and version bump to 0.6.0
This commit is contained in:
parent
480ffeb725
commit
ffc1d3c4a5
2 changed files with 5 additions and 1 deletions
4
ChangeLog
Normal file
4
ChangeLog
Normal file
|
@ -0,0 +1,4 @@
|
|||
* Sat Nov 12 2016 Morgan McMillian <gilag@monkeystew.com> 0.6.0
|
||||
- Fixed reply-all from thread view page
|
||||
- Added posts, following, and followers view to profile page
|
||||
- Added support for changing visual theme (dark mode)
|
|
@ -55,7 +55,7 @@
|
|||
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
|
||||
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
|
||||
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||
<versionNumber>0.5.1</versionNumber>
|
||||
<versionNumber>0.6.0</versionNumber>
|
||||
|
||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
||||
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||
|
|
Reference in a new issue