Version bump to 0.3.0

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-30 23:31:09 +02:00
parent 90463bd8c9
commit 403c2fc64e
4 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
# [Morse Converter (web)](https://marcel-kapfer.de/writtenmorse/morseconverter)
**This is a beta version. It may contains bugs**
This is a Morse and [writtenMorse](https://marcel-kapfer.de/writtenmorse) converter for the web. With mobile-first in mind I tried to create a beautiful converting experience. The webapp comes with [Material design](https://google.com/design) and with enhanced features (like instant converting) to simplify the converting time.
## Use it

View File

@ -13,8 +13,8 @@
app.addEventListener('template-bound', function() {
console.log("Marcel Kapfer (mmk2410)");
console.log("Morse Converter beta");
console.log("Version 0.2");
console.log("Morse Converter");
console.log("Version 0.3");
});
window.addEventListener('WebComponentsReady', function() {

View File

@ -1,6 +1,6 @@
{
"name": "Morse Converter (beta)",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://gitlab.com/mmk2410/morse-converter-web",
"authors": [
"mmk2410 <marcelmichaelkapfer@yahoo.co.nz>"

View File

@ -1,6 +1,6 @@
{
"name": "morseconverter",
"version": "0.2.0",
"version": "0.3.0",
"description": "A Morse converter for the web",
"main": "index.js",
"scripts": {