Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Feb 26, 2024
1 parent a106da5 commit 987112b
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 57 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 '2.0.2'
version '3.0.0'
description 'A tiny package that removes common unicode confusables/homoglyphs from strings.'

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

jar {
archiveBaseName = 'decancer'
archiveVersion = '2.0.2'
archiveVersion = '3.0.0'

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

from components.java

Expand All @@ -39,7 +39,7 @@ publishing {
licenses {
license {
name = 'MIT License'
url = 'https://github.com/null8626/decancer/blob/v2.0.2/LICENSE'
url = 'https://github.com/null8626/decancer/blob/v3.0.0/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 = "2.0.2"
version = "3.0.0"
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 = "2.0.2"
version = "3.0.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.2",
"version": "3.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decancer",
"version": "2.0.2",
"version": "3.0.0",
"description": "A tiny package that removes common unicode confusables/homoglyphs from strings.",
"author": "null8626",
"keywords": [
Expand Down
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 = "2.0.2"
version = "3.0.0"
edition = "2021"
authors = ["null (https://github.com/null8626)"]
description = "A tiny package that removes common unicode confusables/homoglyphs from strings."
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 = "2.0.2"
version = "3.0.0"
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 987112b

Please sign in to comment.