Skip to content

Commit

Permalink
release: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jul 14, 2023
2 parents fd11efc + 8cc0c28 commit a915e9d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_mate_poe"
version = "1.6.0"
version = "1.6.1"
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -20,15 +20,15 @@ credits-dir = "./"
crate-type = ["cdylib"]

[build-dependencies]
guff_css = "=0.2.0"
guff_css = "=0.2.4"
imagesize = "=0.12.0"

[dependencies]
js-sys = "=0.3.63"
wasm-bindgen = "=0.2.86"
js-sys = "=0.3.64"
wasm-bindgen = "=0.2.87"

[dependencies.web-sys]
version = "=0.3.63"
version = "=0.3.64"
features = [
"AddEventListenerOptions",
"Blob",
Expand Down
8 changes: 4 additions & 4 deletions skel/firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Stage One.
FROM rust:1.70-bullseye AS stage1
FROM rust:1.71-bullseye AS stage1
RUN set -eux; \
mkdir /tmp/cargo && \
cargo install --root /tmp/cargo --locked --version 0.2.86 wasm-bindgen-cli && \
cargo install --root /tmp/cargo --locked --version 0.112.0 wasm-opt
cargo install --root /tmp/cargo --version 0.2.87 wasm-bindgen-cli && \
cargo install --root /tmp/cargo --version 0.113.0 wasm-opt

# Stage Two.
FROM rust:1.70-bullseye
FROM rust:1.71-bullseye

LABEL Name="JS Mate Poe Firefox Extension Build Environment"

Expand Down
2 changes: 1 addition & 1 deletion skel/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"name": "JS Mate Poe",
"version": "1.6.0",
"version": "1.6.1",
"author": "Blobfolio, LLC",
"description": "Add Screen Mate Poe to every web site for constant companionship!",
"homepage_url": "https://github.com/Blobfolio/js-mate-poe",
Expand Down
2 changes: 1 addition & 1 deletion skel/js/header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* JS Mate Poe
*
* @version 1.6.0
* @version 1.6.1
* @see {{https://github.com/Blobfolio/js-mate-poe}}
*/

0 comments on commit a915e9d

Please sign in to comment.