Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Apr 18, 2021
1 parent 5e1bf2a commit 06a1680
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-TS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Roblox Http Queue (for Roblox-TS)
## `@rbxts/http-queue`

## Current version: `v1.1.1`
## Current version: `v1.1.2`

Writing code to make requests is simple, and maybe fun. Writing code that gracefully handles everything that can go wrong in a request... Well, that's a boring thing to do.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roblox Http Queue

## Current version: `v1.1.1`
## Current version: `v1.1.2`

Writing code to make requests is simple, and maybe fun. Writing code that gracefully handles everything that can go wrong in a request... Well, that's a boring thing to do.

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": "@rbxts/http-queue",
"version": "1.1.1",
"version": "1.1.2",
"description": "A small library to queue requests for your different external services",
"main": "lib/init.lua",
"repository": {
Expand Down

0 comments on commit 06a1680

Please sign in to comment.