Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Feb 5, 2021
1 parent 456e79c commit c637b00
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
@@ -1,7 +1,7 @@
# Timeout and Interval

![Node.js CI](https://github.com/blaumeise20/date-timeout-interval/workflows/Node.js%20CI/badge.svg?branch=main)
![version](https://img.shields.io/badge/version-1.2.0-success?style=plastic)
![version](https://img.shields.io/badge/version-1.3.0-success?style=plastic)

Implementation of setTimeout and setInterval with pause.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-timeout-interval",
"version": "1.2.0",
"version": "1.3.0",
"description": "Implementation of setTimeout and setInterval with pause",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c637b00

Please sign in to comment.