Commit ef88c2fc authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

chore: Bump version to v1

parent e1e42ecf
Loading
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -18,5 +18,17 @@
        "titleBar.inactiveBackground": "#21573299",
        "titleBar.inactiveForeground": "#e7e7e799"
    },
    "peacock.color": "#215732"
    "peacock.color": "#215732",
    "files.exclude": {
        "**/*.vo": true,
        "**/*.vok": true,
        "**/*.vos": true,
        "**/*.aux": true,
        "**/*.glob": true,
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/.DS_Store": true,
        "**/Thumbs.db": true
    }
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -5984,7 +5984,7 @@ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"

[[package]]
name = "xylem-cli"
version = "0.1.3"
version = "1.0.0"
dependencies = [
 "acorn-lib",
 "assert_cmd",
@@ -6010,7 +6010,7 @@ dependencies = [

[[package]]
name = "xylem-lib"
version = "0.1.3"
version = "1.0.0"
dependencies = [
 "acorn-lib",
 "assert_cmd",
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ members = ["xylem-cli", "xylem-lib"]
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "1.0.0"
license = "MIT"
authors = ["Jason Wohlgemuth <wohlgemuthjh@ornl.gov>"]
description = "Parallel Integration and Processing Engine"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
### Download pre-compiled binary
- Download newest binary from [releases page](https://code.ornl.gov/research-enablement/xylem/-/releases)
    ```shell
    curl -LO https://code.ornl.gov/api/v4/projects/15383/packages/generic/x86_64-unknown-linux-musl/v0.0.11/xylem
    curl -LO https://code.ornl.gov/api/v4/projects/15383/packages/generic/x86_64-unknown-linux-musl/v1.0.0/xylem
    ```
- Make binary executable
    ```shell