Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekshankr committed Jan 23, 2024
1 parent 305733c commit 5927f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "aicons",
"version": "1.6.1",
"version": "1.6.2",
"description": "A collection of customizable SVG icons built for use in LLM applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --plugin=@prettier/plugin-xml --write '**/*.svg'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5927f9e

Please sign in to comment.