Skip to content

Commit

Permalink
chore: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislours committed Feb 20, 2023
1 parent 2849ef5 commit 8e461de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "optimage"
version = "0.1.1"
description = "Converts image buffers to WebP images"
version = "0.1.2"
description = "Converts and optimize image buffers"
license = "MIT"
edition = "2021"
exclude = ["index.node"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexislours/optimage",
"version": "0.1.1",
"version": "0.1.2",
"description": "Converts and optimize image buffers",
"main": "index.node",
"scripts": {
Expand Down

0 comments on commit 8e461de

Please sign in to comment.