Skip to content

Commit

Permalink
Forgot version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandawan committed Jan 12, 2022
1 parent f157e34 commit 2865d71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_notify"
version = "1.1.0"
version = "1.1.2"
authors = ["Pandawan <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _You will need to run using the `--unstable` and `--allow-all` permissions to
allow for automatic plugin loading and caching._

```ts
import { Notification } from "https://deno.land/x/[email protected].0/ts/mod.ts";
import { Notification } from "https://deno.land/x/[email protected].2/ts/mod.ts";

// Create a new notification
const notif = new Notification();
Expand Down
2 changes: 1 addition & 1 deletion ts/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Plug } from "https://deno.land/x/[email protected]/mod.ts";

const VERSION = "1.1.0";
const VERSION = "1.1.2";
const POLICY = Deno.env.get("NOTIFY_PLUGIN_URL") === undefined
? Plug.CachePolicy.STORE
: Plug.CachePolicy.NONE;
Expand Down

0 comments on commit 2865d71

Please sign in to comment.