Skip to content

Commit

Permalink
v0.2.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Mar 7, 2023
1 parent 1a1ead8 commit 0882648
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-xsv"
version = "0.2.1-alpha.1"
version = "0.2.1-alpha.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1-alpha.1
0.2.1-alpha.2
2 changes: 1 addition & 1 deletion npm/sqlite-xsv-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-xsv-darwin-arm64",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-xsv.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-xsv-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-xsv-darwin-x64",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-xsv.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-xsv-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-xsv-linux-x64",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-xsv.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-xsv-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-xsv-windows-x64",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-xsv.git",
Expand Down
10 changes: 5 additions & 5 deletions npm/sqlite-xsv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-xsv",
"version": "0.2.1-alpha.1",
"version": "0.2.1-alpha.2",
"description": "",
"repository": {
"type": "git",
Expand All @@ -21,10 +21,10 @@
"*.dll"
],
"optionalDependencies": {
"sqlite-xsv-darwin-arm64": "0.2.1-alpha.1",
"sqlite-xsv-darwin-x64": "0.2.1-alpha.1",
"sqlite-xsv-linux-x64": "0.2.1-alpha.1",
"sqlite-xsv-windows-x64": "0.2.1-alpha.1"
"sqlite-xsv-darwin-arm64": "0.2.1-alpha.2",
"sqlite-xsv-darwin-x64": "0.2.1-alpha.2",
"sqlite-xsv-linux-x64": "0.2.1-alpha.2",
"sqlite-xsv-windows-x64": "0.2.1-alpha.2"
},
"devDependencies": {
"better-sqlite3": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion python/sqlite_xsv/sqlite_xsv/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.1-alpha.1"
__version__ = "0.2.1-alpha.2"
__version_info__ = tuple(__version__.split("."))

0 comments on commit 0882648

Please sign in to comment.