Version bump to 0.3.1
This commit is contained in:
parent
e56d470231
commit
295fd7c855
5 changed files with 23 additions and 4 deletions
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Version 0.3.1 (01 June 2016)
|
||||
|
||||
- Updated Bower dependencies
|
||||
- Ripple effect on drawer items
|
||||
|
||||
# Version 0.3.0 (30 May 2016)
|
||||
|
||||
- Convert engine completly rewritten in Dart
|
||||
- More efficient on larger texts
|
||||
- Unit tests
|
||||
|
||||
# Version 0.2.0
|
||||
|
||||
- All features also available in the Android and desktop app
|
||||
- Complete rewrite with Polymer
|
||||
|
||||
# Version 0.1.0
|
||||
|
||||
- Initial release
|
|
@ -14,7 +14,7 @@
|
|||
app.addEventListener('template-bound', function() {
|
||||
console.log("Marcel Kapfer (mmk2410)");
|
||||
console.log("Morse Converter");
|
||||
console.log("Version 0.3");
|
||||
console.log("Version 0.3.1");
|
||||
});
|
||||
|
||||
window.addEventListener('WebComponentsReady', function() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Morse Converter",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"homepage": "https://gitlab.com/mmk2410/morse-converter-web",
|
||||
"authors": [
|
||||
"mmk2410 <marcelmichaelkapfer@yahoo.co.nz>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "morseconverter",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "A Morse converter for the web",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: morse_converter_web
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
description: >
|
||||
A Morse and writtenMorse converter for the web using modern technologies like Dart and Polymer.
|
||||
author: Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
|
||||
|
|
Reference in a new issue