Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 1, 2023
1 parent a8e53ec commit a3a1ae8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
|_ _|___ ___ ___ ___ ___
| | | .'| . | . | -_| _|
|_| |__,|_ |_ |___|_|
|___|___| version 0.6.0
|___|___| version 0.6.1
```
# [Tagger: Zero dependency, Vanilla JavaScript Tag Editor](https://github.com/jcubic/tagger)

[![npm](https://img.shields.io/badge/npm-0.6.0-blue.svg)](https://www.npmjs.com/package/@jcubic/tagger)
[![npm](https://img.shields.io/badge/npm-0.6.1-blue.svg)](https://www.npmjs.com/package/@jcubic/tagger)

![Tag Editor widget in JavaScript](https://raw.githubusercontent.com/jcubic/tagger/master/screenshot.png)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jcubic/tagger",
"version": "0.6.0",
"version": "0.6.1",
"description": "Zero dependency, Vanilla JavaScript Tag Editor",
"typings": "tagger.d.ts",
"main": "tagger.js",
Expand All @@ -14,6 +14,7 @@
"tag",
"editor",
"inline",
"edit-in-place",
"interfence",
"widget",
"component",
Expand Down
2 changes: 1 addition & 1 deletion tagger.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* |_ _|___ ___ ___ ___ ___
* | | | .'| . | . | -_| _|
* |_| |__,|_ |_ |___|_|
* |___|___| version 0.6.0
* |___|___| version 0.6.1
*
* Tagger - Zero dependency, Vanilla JavaScript Tag Editor
*
Expand Down
2 changes: 1 addition & 1 deletion tagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* |_ _|___ ___ ___ ___ ___
* | | | .'| . | . | -_| _|
* |_| |__,|_ |_ |___|_|
* |___|___| version 0.6.0
* |___|___| version 0.6.1
*
* Tagger - Zero dependency, Vanilla JavaScript Tag Editor
*
Expand Down

0 comments on commit a3a1ae8

Please sign in to comment.