Version bump to 0.3.0
This commit is contained in:
parent
90463bd8c9
commit
403c2fc64e
4 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
||||||
# [Morse Converter (web)](https://marcel-kapfer.de/writtenmorse/morseconverter)
|
# [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.
|
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
|
## Use it
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
app.addEventListener('template-bound', function() {
|
app.addEventListener('template-bound', function() {
|
||||||
console.log("Marcel Kapfer (mmk2410)");
|
console.log("Marcel Kapfer (mmk2410)");
|
||||||
console.log("Morse Converter beta");
|
console.log("Morse Converter");
|
||||||
console.log("Version 0.2");
|
console.log("Version 0.3");
|
||||||
});
|
});
|
||||||
|
|
||||||
window.addEventListener('WebComponentsReady', function() {
|
window.addEventListener('WebComponentsReady', function() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Morse Converter (beta)",
|
"name": "Morse Converter (beta)",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"homepage": "https://gitlab.com/mmk2410/morse-converter-web",
|
"homepage": "https://gitlab.com/mmk2410/morse-converter-web",
|
||||||
"authors": [
|
"authors": [
|
||||||
"mmk2410 <marcelmichaelkapfer@yahoo.co.nz>"
|
"mmk2410 <marcelmichaelkapfer@yahoo.co.nz>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "morseconverter",
|
"name": "morseconverter",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "A Morse converter for the web",
|
"description": "A Morse converter for the web",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue