Bumped version to 1.0.0
This commit is contained in:
@@ -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",
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user