Skip to content

Commit

Permalink
release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer committed Feb 22, 2021
1 parent a236cc9 commit 871b7e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tobii

[![Version](https://img.shields.io/badge/Version-2.0.0--beta-1a2a3a.svg)](https://github.com/midzer/tobii/releases)
[![Version](https://img.shields.io/badge/Version-2.0.0-1a2a3a.svg)](https://github.com/midzer/tobii/releases)
[![License](https://img.shields.io/badge/License-MIT-1a2a3a.svg)](https://github.com/midzer/tobii/blob/master/LICENSE.md)
![Dependecies](https://img.shields.io/badge/Dependencies-none-1a2a3a.svg)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/tobii?color=1a2a3a)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tobii",
"version": "2.0.0-beta",
"version": "2.0.0",
"description": "An accessible, open-source lightbox with no dependencies.",
"main": "dist/tobii.js",
"module": "dist/tobii.module.js",
Expand All @@ -15,7 +15,7 @@
"require": "./dist/tobii.js"
},
"./package.json": "./package.json",
"./": "./"
"./": "./"
},
"devDependencies": {
"eslint": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Tobii
*
* @author midzer
* @version 2.0.0-beta
* @version 2.0.0
* @url https://github.com/midzer/tobii
*
* MIT License
Expand Down

0 comments on commit 871b7e8

Please sign in to comment.