Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasHaderer committed Nov 5, 2024
1 parent 1985212 commit 1dba8bd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions versions/tags/v1.1.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "v1.1.3",
"name": "v1.1.3 Bugfix Release",
"platforms": {
"PlatformLinux": {
"ArchitectureArm64": {
"downloadUrl": "https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-linux-aarch64.zip"
},
"ArchitectureX86": {
"downloadUrl": "https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-linux-amd64.zip"
}
},
"PlatformMac": {
"ArchitectureUniversal": {
"downloadUrl": "https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-osx-universal.zip"
}
},
"PlatformWindows": {
"ArchitectureX86": {
"downloadUrl": "https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-windows-amd64.zip"
},
"ArchitectureArm64": {
"downloadUrl": "https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-windows-arm64.zip"
}
}
}
}
1 change: 1 addition & 0 deletions versions/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"v1.1.3": "tags/v1.1.3.json",
"v1.1.2": "tags/v1.1.2.json",
"v1.1.1": "tags/v1.1.1.json",
"v1.1.0": "tags/v1.1.0.json",
Expand Down

0 comments on commit 1dba8bd

Please sign in to comment.