Bumped version to 1.0.0

This commit is contained in:
Stefan Zermatten
2017-03-06 11:37:15 +02:00
parent 5b1caa7e95
commit eefb3895ad

View File

@@ -1,3 +1,5 @@
// jscs:disable maximumLineLength
ChangeLogs.insert({
version: "0.2.0 - First public release",
changes: [
@@ -326,3 +328,12 @@ ChangeLogs.insert({
"Fixed app not working on iOS 10",
],
});
ChangeLogs.insert({
version: "1.0.0",
changes: [
"Migrated app from experimental Polymer impementation to stable implemenation",
"Replaced character cards with portrait cards",
"Replaced old user interface bugs with entirely new bugs",
],
});