Skip to content

Commit 987112b

Browse files
committed
3.0.0
1 parent a106da5 commit 987112b

File tree

22 files changed

+64
-57
lines changed

22 files changed

+64
-57
lines changed

bindings/java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.null8626'
7-
version '2.0.2'
7+
version '3.0.0'
88
description 'A tiny package that removes common unicode confusables/homoglyphs from strings.'
99

1010
repositories {
@@ -14,7 +14,7 @@ repositories {
1414

1515
jar {
1616
archiveBaseName = 'decancer'
17-
archiveVersion = '2.0.2'
17+
archiveVersion = '3.0.0'
1818

1919
from('./bin') {
2020
include '*.dll'
@@ -28,7 +28,7 @@ publishing {
2828
mavenJava(MavenPublication) {
2929
groupId 'com.github.null8626'
3030
artifactId 'decancer'
31-
version '2.0.2'
31+
version '3.0.0'
3232

3333
from components.java
3434

@@ -39,7 +39,7 @@ publishing {
3939
licenses {
4040
license {
4141
name = 'MIT License'
42-
url = 'https://github.com/null8626/decancer/blob/v2.0.2/LICENSE'
42+
url = 'https://github.com/null8626/decancer/blob/v3.0.0/LICENSE'
4343
}
4444
}
4545

bindings/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer_native"
3-
version = "2.0.2"
3+
version = "3.0.0"
44
edition = "2021"
55
publish = false
66

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer_node"
3-
version = "2.0.2"
3+
version = "3.0.0"
44
edition = "2021"
55
publish = false
66

bindings/node/npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-android-arm-eabi",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"android"
66
],

bindings/node/npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-android-arm64",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"android"
66
],

bindings/node/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-darwin-arm64",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"darwin"
66
],

bindings/node/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-darwin-x64",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"darwin"
66
],

bindings/node/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-linux-arm-gnueabihf",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-linux-arm64-gnu",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-linux-arm64-musl",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-linux-x64-gnu",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-linux-x64-musl",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"linux"
66
],

bindings/node/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-win32-arm64-msvc",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"win32"
66
],

bindings/node/npm/win32-ia32-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-win32-ia32-msvc",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"win32"
66
],

bindings/node/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vierofernando/decancer-win32-x64-msvc",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"os": [
55
"win32"
66
],

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decancer",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "A tiny package that removes common unicode confusables/homoglyphs from strings.",
55
"author": "null8626",
66
"keywords": [

bindings/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer_wasm"
3-
version = "2.0.2"
3+
version = "3.0.0"
44
edition = "2021"
55
authors = ["null (https://github.com/null8626)"]
66
description = "A tiny package that removes common unicode confusables/homoglyphs from strings."

bindings/wasm/bin/decancer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decancer"
3-
version = "2.0.2"
3+
version = "3.0.0"
44
edition = "2021"
55
authors = ["null (https://github.com/null8626)"]
66
description = "A tiny package that removes common unicode confusables/homoglyphs from strings."

0 commit comments

Comments
 (0)