Skip to content

Commit

Permalink
chore: update clerk
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen committed Mar 26, 2023
1 parent 7640f28 commit 92cdb1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# museum
# museum-clerk

Enter some useful information.

2 changes: 1 addition & 1 deletion flix.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "museum-clerk"
description = "test"
version = "1.0.0"
version = "1.1.0"
flix = "0.34.0"
authors = ["John Doe <[email protected]>"]
4 changes: 2 additions & 2 deletions src/Clerk.flix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod Clerk {
def work(): Unit \ IO =
println("Clerking...")
pub def work(): Unit \ IO =
println("Clerking...")
}

0 comments on commit 92cdb1d

Please sign in to comment.