Skip to content

Commit

Permalink
Bump version to 0.1.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded authored Jan 28, 2025
1 parent 9c3044b commit 0c675e2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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 expression-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expression-core"
version = "0.1.0"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion expression-go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expression-go"
version = "0.0.1"
version = "0.1.3"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion expression-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lago-expression"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion expression-ruby/ext/lago_expression/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lago_expression"
version = "0.0.1"
version = "0.1.3"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion expression-ruby/lago-expression.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lago-expression'
spec.version = '0.1.0'
spec.version = '0.1.3'
spec.summary = 'gem supporting sql expression evaluation in ruby'
spec.authors = ['Lago']
spec.required_ruby_version = '~> 3.3'
Expand Down
2 changes: 1 addition & 1 deletion expression-ruby/lib/lago-expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
require_relative 'lago_expression/lago_expression'

module Lago
VERSION = '0.1.0'.freeze
VERSION = '0.1.3'.freeze
end

0 comments on commit 0c675e2

Please sign in to comment.