Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhduongvs committed Mar 14, 2024
1 parent 0fb93f5 commit 04a9fe2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Fionacci spiral LED
![screenshot](icon/icon_256x256.png)
# ![icon](onekiwi/icon.png) Fionacci spiral LED

[![Donate](https://img.shields.io/badge/PayPal-Buy%20Me%20a%20Coffee-brightgreen?style=flat&logo=PayPal)](https://paypal.me/phutruong811)

##
<img src="https://img.shields.io/badge/KiCad-v8-brightgreen?style=flat&logo=KiCad">

## GUI
![Normal](doc/fibonacci-led.png)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"version": "VERSION",
"status": "stable",
"kicad_version": "7.0",
"kicad_version": "8.0",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"download_url": "https://github.com/OneKiwiTech/kicad-fibonacci-led/releases/download/VERSION/fibonacci-led-VERSION.zip",
Expand Down
2 changes: 1 addition & 1 deletion onekiwi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import subprocess

LAST_TAG = '0.0.1'
LAST_TAG = '1.0.0'

def _get_git_version():
plugin_path = os.path.realpath(os.path.dirname(__file__))
Expand Down

0 comments on commit 04a9fe2

Please sign in to comment.