Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
🔖 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 27, 2022
1 parent f349ec2 commit 226ae8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

| Version | Supported |
| ------- | ------------------ |
| 0.1.2 | :white_check_mark: |
| 0.1.3 | :white_check_mark: |
| 0.1.2 | :x: |
| 0.1.0 | :x: |

## Reporting a Vulnerability

The prefered method of reporting a vulnerability is by opening an issue that has a detailed description of what it is, how to reproduce, and, maybe even, how to fix it.
Afterwards, if the vulnerability is accepted, a future patch will fix it.

Afterwards, if the vulnerability is accepted, a future patch will fix it.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Interact with Modrinth's Labrinth API through Python.

Service | Version
----------------------|----------
Modrinth.py version | v0.1.2
Modrinth.py version | v0.1.3
Labrinth API version | v2.4.4

*Modrinth.py works on the latest Labrinth version!*
Expand Down
2 changes: 1 addition & 1 deletion modrinth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import requests

__version__ = '0.1.2'
__version__ = '0.1.3'


class Users:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "modrinth"
version = "0.1.2"
version = "0.1.3"
description = " Interact with Modrinth's Labrinth API through Python."
readme = "docs/readme.md"
authors = [{ name = "Beta Pictoris", email = "beta@ozx.me" }]
Expand Down

0 comments on commit 226ae8b

Please sign in to comment.