Skip to content

Commit

Permalink
Version 0.1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod committed Mar 24, 2024
1 parent fdbfe7f commit 64a5240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm/threadcap/README.md
Expand Up @@ -107,7 +107,7 @@ You don't need this NPM package or to install anything, just remote-import `thre

`example.ts`
```ts
import { makeThreadcap, InMemoryCache, updateThreadcap, makeRateLimitedFetcher, Callbacks } from 'https://raw.githubusercontent.com/skymethod/minipub/v0.1.11/src/threadcap/threadcap.ts';
import { makeThreadcap, InMemoryCache, updateThreadcap, makeRateLimitedFetcher, Callbacks } from 'https://raw.githubusercontent.com/skymethod/minipub/v0.1.12/src/threadcap/threadcap.ts';

const userAgent = 'my-podcast-app/1.0';
const cache = new InMemoryCache();
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
@@ -1 +1 @@
export const MINIPUB_VERSION = '0.1.11';
export const MINIPUB_VERSION = '0.1.12';

0 comments on commit 64a5240

Please sign in to comment.