Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 17, 2021
1 parent e9abcf3 commit 903fa4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0`
## Current version: `v1.1.1`

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.0`
## Current version: `v1.1.1`

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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/http-queue",
"version": "1.1.0",
"version": "1.1.1",
"description": "A small library to queue requests for your different external services",
"main": "lib/init.lua",
"repository": {
Expand Down

0 comments on commit 903fa4d

Please sign in to comment.