Skip to content

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
SQLite database schema has been updated and the Docker build system has
been radically changed, I think this warrants a semver minor version
bump.
  • Loading branch information
evan-goode committed May 19, 2024
1 parent 13114d9 commit 60c730f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

// Build constants

const VERSION = "1.0.3"
const VERSION = "1.1.0"

const REPOSITORY_URL = "https://github.com/unmojang/drasl"

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
nixpkgs,
buildNodeModules,
}: let
version = "1.0.3";
version = "1.1.0";

# nodejs_20 is currently broken on Darwin
supportedSystems = ["x86_64-linux" "aarch64-linux"];
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drasl",
"version": "1.0.3",
"version": "0.0.0",
"dependencies": {
"esbuild": "^0.15.5",
"esbuild-plugin-inline-image": "^0.0.8",
Expand Down

0 comments on commit 60c730f

Please sign in to comment.