Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Oct 22, 2023
1 parent 5817eba commit b92d8d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
make repl
- name: Repl of Origin
run: |
make repl_origin
- name: Test
run: make test

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cargo-features = ["named-profiles"]
[package]
name = "three_body_lang"
description = "Three Body Language written in Rust"
version = "0.2.0"
version = "0.3.0"
authors = ["meloalright", "rustq"]
license = "MIT"

Expand Down

0 comments on commit b92d8d7

Please sign in to comment.