Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jul 25, 2022
1 parent 84270e5 commit 3b202b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to wasm-vips will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.3] - TBD
## [v0.0.3] - 2022-07-25

Uses libvips v8.13.0, compiled with Emscripten v3.1.17.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

project(wasm-vips
VERSION 0.0.2
VERSION 0.0.3
DESCRIPTION "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten"
LANGUAGES
CXX
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-vips",
"version": "0.0.2",
"version": "0.0.3",
"description": "libvips for the browser and Node.js, compiled to WebAssembly with Emscripten",
"homepage": "https://github.com/kleisauke/wasm-vips",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-vips-playground",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "A playground for experimenting with wasm-vips",
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/playground#readme",
Expand Down
2 changes: 1 addition & 1 deletion test/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-vips-benchmark",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "Benchmark and performance tests for wasm-vips",
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/bench#readme",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-vips-test",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "Unit tests for wasm-vips",
"homepage": "https://github.com/kleisauke/wasm-vips/tree/master/test/unit",
Expand Down

0 comments on commit 3b202b4

Please sign in to comment.