Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
v0.1.11 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno authored Dec 10, 2022
1 parent cddc972 commit 4300093
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 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 packages/fuel-indexer-api-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-api-server"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-database"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-database/database-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-database-types"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-database/postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-postgres"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-database/sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-sqlite"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-lib"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-macros"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-metrics"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-plugin"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-schema"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-types"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-indexer"
Expand Down
2 changes: 1 addition & 1 deletion plugins/forc-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forc-index"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "BUSL-1.1"
authors = ["Fuel Labs <[email protected]>"]
Expand Down

0 comments on commit 4300093

Please sign in to comment.