Skip to content

Commit

Permalink
Update version prior to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod committed Feb 26, 2022
1 parent 6749b50 commit aa9fd52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm/threadcap/README.md
Expand Up @@ -106,7 +106,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.4/src/threadcap/threadcap.ts';
import { makeThreadcap, InMemoryCache, updateThreadcap, makeRateLimitedFetcher, Callbacks } from 'https://raw.githubusercontent.com/skymethod/minipub/v0.1.5/src/threadcap/threadcap.ts';

const userAgent = 'my-podcast-app/1.0';
const cache = new InMemoryCache();
Expand Down
2 changes: 1 addition & 1 deletion npm/threadcap/package.json
@@ -1,6 +1,6 @@
{
"name": "threadcap",
"version": "0.1.4+",
"version": "0.1.5",
"description": "Threadcap helps you take and update snapshots of a public ActivityPub comment thread, given a root post url.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
@@ -1 +1 @@
export const MINIPUB_VERSION = '0.1.4+';
export const MINIPUB_VERSION = '0.1.5';

0 comments on commit aa9fd52

Please sign in to comment.