Skip to content

Commit

Permalink
To ensure people download latest version, and docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias van Driessel committed Aug 5, 2021
1 parent 40aa342 commit 1831b97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "problem_generator"
version = "0.1.2"
version = "0.1.3"
authors = ["Tobias van Driessel <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ To use problem_generator in your project, you can simply add problem_generator i

```toml
[dependencies]
problem_generator = "^0.1.0"
problem_generator = "^0.1.3"
```

The library documentation can be found on [doc.rs](https://docs.rs/problem_generator/0.1.0).
The library documentation can be found on [doc.rs](https://docs.rs/problem_generator/0.1.3).

## Installation

Expand Down Expand Up @@ -113,4 +113,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To use problem_generator in your project, you can simply add problem_generator i

```toml
[dependencies]
problem_generator = "^0.1.0"
problem_generator = "^0.1.3"
```

The library documentation can be found on [doc.rs](https://docs.rs/problem_generator/0.1.0).
The library documentation can be found on [doc.rs](https://docs.rs/problem_generator/0.1.3).

0 comments on commit 1831b97

Please sign in to comment.