Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Mar 10, 2024
1 parent 4838b5a commit 36b188f
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 69 deletions.
8 changes: 4 additions & 4 deletions bindings/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.null8626'
version '3.0.1'
version '3.0.2'
description 'A tiny package that removes common unicode confusables/homoglyphs from strings.'

repositories {
Expand All @@ -14,7 +14,7 @@ repositories {

jar {
archiveBaseName = 'decancer'
archiveVersion = '3.0.1'
archiveVersion = '3.0.2'

from('./bin') {
include '*.dll'
Expand All @@ -28,7 +28,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.github.null8626'
artifactId 'decancer'
version '3.0.1'
version '3.0.2'

from components.java

Expand All @@ -39,7 +39,7 @@ publishing {
licenses {
license {
name = 'MIT License'
url = 'https://github.com/null8626/decancer/blob/v3.0.1/LICENSE'
url = 'https://github.com/null8626/decancer/blob/v3.0.2/LICENSE'
}
}

Expand Down
2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_native"
version = "3.0.1"
version = "3.0.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_node"
version = "3.0.1"
version = "3.0.2"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions bindings/node/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-android-arm-eabi",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"android"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-android-arm64",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"android"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-darwin-arm64",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-darwin-x64",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm-gnueabihf",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm64-gnu",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-arm64-musl",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-x64-gnu",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-linux-x64-musl",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -33,4 +33,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-arm64-msvc",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-ia32-msvc",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vierofernando/decancer-win32-x64-msvc",
"version": "3.0.1",
"version": "3.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -30,4 +30,4 @@
"sanitizer",
"confusables"
]
}
}
4 changes: 2 additions & 2 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decancer",
"version": "3.0.1",
"version": "3.0.2",
"description": "A tiny package that removes common unicode confusables/homoglyphs from strings.",
"author": "null8626",
"keywords": [
Expand Down Expand Up @@ -54,4 +54,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer_wasm"
version = "3.0.1"
version = "3.0.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/bin/decancer.min.js

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decancer"
version = "3.0.1"
version = "3.0.2"
edition = "2021"
authors = ["null (https://github.com/null8626)"]
description = "A tiny package that removes common unicode confusables/homoglyphs from strings."
Expand Down
Loading

0 comments on commit 36b188f

Please sign in to comment.