Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Slad3 committed Nov 27, 2024
2 parents 5334b5b + e2ac6a4 commit 20c09cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fitl-js/fitl-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitl-wasm"
version = "0.1.87"
version = "0.1.88"
authors = ["Slad3"]
description = "A WebAssembly package for the FilterTableLanguage project."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion fitl-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fitl-js",
"version": "0.1.87",
"version": "0.1.88",
"description": "FiTL TypeScript/JavaScript Library",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion fitl-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitl"
version = "0.1.87"
version = "0.1.88"
edition = "2021"
authors = ["Slad3"]
description = "A simple easy to learn and remember language used to filter down a table of data within a simple string."
Expand Down

0 comments on commit 20c09cd

Please sign in to comment.