Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Dec 25, 2024
1 parent 8766964 commit 2b5e515
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion csharp/UkrainianLatin/UkrainianLatin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright © 2024 Pavlo Ivashkov</Copyright>

<PackageId>UkrainianLatin</PackageId>
<PackageVersion>1.14.1</PackageVersion>
<PackageVersion>1.20.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>ukraine;transliteration;romanization</PackageTags>
<PackageProjectUrl>https://github.com/paiv/uklatn</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2024-11-15-uklatn-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add dependency to pom.xml:
<dependency>
<groupId>io.github.paiv.uklatn</groupId>
<artifactId>uklatn</artifactId>
<version>1.12.0</version>
<version>1.20.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2024-11-30-uklatn-elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install

Add package dependency:
```elixir
{:uklatn, "~> 1.17"}
{:uklatn, "~> 1.20"}
```


Expand Down
2 changes: 1 addition & 1 deletion elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Paiv.UkrainianLatin.MixProject do
def project do
[
app: :uklatn,
version: "1.17.0",
version: "1.20.0",
elixir: "~> 1.12",
description: "Ukrainian Cyrillic transliteration to Latin script",
homepage_url: "https://github.com/paiv/uklatn",
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.paiv.uklatn</groupId>
<artifactId>uklatn</artifactId>
<version>1.12.0</version>
<version>1.20.0</version>

<name>uklatn</name>
<description>Ukrainian Cyrillic transliteration to Latin script</description>
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paiv/uklatn",
"version": "1.10.2",
"version": "1.20.0",
"exports": "./js/uklatn.js",
"publish": {
"include": [
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": "uklatn",
"version": "1.10.2",
"version": "1.20.0",
"description": "Ukrainian Cyrillic transliteration to Latin script",
"author": "Pavel Ivashkov (https://github.com/paiv)",
"homepage": "https://github.com/paiv/uklatn",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add dependency to pom.xml:
<dependency>
<groupId>io.github.paiv.uklatn</groupId>
<artifactId>uklatn</artifactId>
<version>1.12.0</version>
<version>1.20.0</version>
</dependency>
```

Expand Down Expand Up @@ -90,7 +90,7 @@ Elixir package

Add package dependency:
```elixir
{:uklatn, "~> 1.17"}
{:uklatn, "~> 1.20"}
```


Expand Down
2 changes: 1 addition & 1 deletion ruby/uklatn.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'uklatn'
s.version = '1.13.1'
s.version = '1.20.0'
s.license = 'MIT'
s.summary = 'Ukrainian Cyrillic transliteration to Latin script'
s.description = <<~EOS
Expand Down
6 changes: 3 additions & 3 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uklatn"
version = "1.18.0"
version = "1.20.0"
license = "MIT"
homepage = "https://github.com/paiv/uklatn"
repository = "https://github.com/paiv/uklatn"
Expand Down

0 comments on commit 2b5e515

Please sign in to comment.