Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Oct 30, 2022
1 parent 0b973c7 commit 8f6caa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install @uvarov.frontend/vanilla-calendar
yarn add @uvarov.frontend/vanilla-calendar
```

If you are not working with a package manager, just [download](https://vanilla-calendar.frontend.uvarov.tech/vanilla-calendar-v2.1.2.zip) manually, or connect via [CDN](https://cdn.jsdelivr.net/npm/@uvarov.frontend/[email protected].2/build/).
If you are not working with a package manager, just [download](https://vanilla-calendar.frontend.uvarov.tech/vanilla-calendar-v2.1.3.zip) manually, or connect via [CDN](https://cdn.jsdelivr.net/npm/@uvarov.frontend/[email protected].3/build/).

### Usage

Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
color: black;
}
</style>
<script defer src="/vendors.js"></script><script defer src="/vanilla-calendar.js"></script><link href="/vanilla-calendar.css" rel="stylesheet"></head>
<script defer src="/vanilla-calendar.min.js"></script><link href="/vanilla-calendar.min.css" rel="stylesheet"></head>

<body>
<h1>Vanilla Calendar</h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uvarov.frontend/vanilla-calendar",
"version": "2.1.2",
"version": "2.1.3",
"description": "Vanilla JS calendar without using additional packages. A lightweight date and time picker written in pure JavaScript using TypeScript.",
"homepage": "https://vanilla-calendar.frontend.uvarov.tech/",
"keywords": [
Expand Down

0 comments on commit 8f6caa8

Please sign in to comment.