Skip to content

Commit

Permalink
Merge branch 'main' of github.com:propensive/cardinality
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 9, 2025
2 parents 155272f + 65a0639 commit 44c6e96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ is specified in their type.




## Getting Started

_Cardinality_ provides a representation of numbers which must lie within a certain (closed) range. A range type is written with the
Expand Down
2 changes: 1 addition & 1 deletion src/core/cardinality-core.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cardinality, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Cardinality, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/cardinality.Cardinality.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cardinality, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Cardinality, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/cardinality.NumericRange.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cardinality, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Cardinality, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/core/soundness+cardinality-core.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cardinality, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Cardinality, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down
2 changes: 1 addition & 1 deletion src/test/tests.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Cardinality, version [unreleased]. Copyright 2025 Jon Pretty, Propensive OÜ.
Cardinality, version 0.24.0. Copyright 2025 Jon Pretty, Propensive OÜ.
The primary distribution site is: https://propensive.com/
Expand Down

0 comments on commit 44c6e96

Please sign in to comment.