Skip to content

Commit

Permalink
Update repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
matshou committed Mar 3, 2021
1 parent 0cbbe81 commit 437d99a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Changelog

## [v2.0.0](https://github.com/real-coco-labs/pz-zmod/tree/v2.0.0) (2021-02-27)
## [v2.0.0](https://github.com/cocolabs/pz-zmod/tree/v2.0.0) (2021-02-27)

[Full Changelog](https://github.com/real-coco-labs/pz-zmod/compare/v1.0.0...v2.0.0)
[Full Changelog](https://github.com/cocolabs/pz-zmod/compare/v1.0.0...v2.0.0)

**Breaking changes:**

- Automate dev environment creation [\#1](https://github.com/real-coco-labs/pz-zmod/issues/1)
- Automate dev environment creation [\#1](https://github.com/cocolabs/pz-zmod/issues/1)

**Implemented enhancements:**

- Task to create mod structure [\#18](https://github.com/real-coco-labs/pz-zmod/issues/18)
- Ignore image thumbnails [\#16](https://github.com/real-coco-labs/pz-zmod/issues/16)
- Initialize mod.info with console [\#10](https://github.com/real-coco-labs/pz-zmod/issues/10)
- Set language level for gradle JVM [\#9](https://github.com/real-coco-labs/pz-zmod/issues/9)
- Dynamic game version property [\#7](https://github.com/real-coco-labs/pz-zmod/issues/7)
- Mod initialization task [\#5](https://github.com/real-coco-labs/pz-zmod/issues/5)
- Task to create mod structure [\#18](https://github.com/cocolabs/pz-zmod/issues/18)
- Ignore image thumbnails [\#16](https://github.com/cocolabs/pz-zmod/issues/16)
- Initialize mod.info with console [\#10](https://github.com/cocolabs/pz-zmod/issues/10)
- Set language level for gradle JVM [\#9](https://github.com/cocolabs/pz-zmod/issues/9)
- Dynamic game version property [\#7](https://github.com/cocolabs/pz-zmod/issues/7)
- Mod initialization task [\#5](https://github.com/cocolabs/pz-zmod/issues/5)

**Fixed bugs:**

- Error when decompiling with Java 8 \(UnsupportedClassVersionError\) [\#8](https://github.com/real-coco-labs/pz-zmod/issues/8)
- Error when decompiling with Java 8 \(UnsupportedClassVersionError\) [\#8](https://github.com/cocolabs/pz-zmod/issues/8)

## [v1.0.0](https://github.com/real-coco-labs/pz-zmod/tree/v1.0.0) (2021-02-14)
## [v1.0.0](https://github.com/cocolabs/pz-zmod/tree/v1.0.0) (2021-02-14)

[Full Changelog](https://github.com/real-coco-labs/pz-zmod/compare/06fb2eb19981c4064b51e9eefa7ab582c1217123...v1.0.0)
[Full Changelog](https://github.com/cocolabs/pz-zmod/compare/06fb2eb19981c4064b51e9eefa7ab582c1217123...v1.0.0)



Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZomboidMod

[![release](https://img.shields.io/github/v/release/real-coco-labs/pz-zmod)](https://github.com/real-coco-labs/pz-zmod/releases/latest) ![last-commit](https://img.shields.io/github/last-commit/real-coco-labs/pz-zmod/dev) [![License](https://img.shields.io/github/license/real-coco-labs/pz-zmod)](https://mit-license.org/) [![chat](https://img.shields.io/discord/717757483376050203?color=7289DA)](https://discord.gg/vCeydWCbd9)
[![release](https://img.shields.io/github/v/release/cocolabs/pz-zmod)](https://github.com/cocolabs/pz-zmod/releases/latest) ![last-commit](https://img.shields.io/github/last-commit/cocolabs/pz-zmod/dev) [![License](https://img.shields.io/github/license/cocolabs/pz-zmod)](https://mit-license.org/) [![chat](https://img.shields.io/discord/717757483376050203?color=7289DA)](https://discord.gg/vCeydWCbd9)

ZomboidMod is a compact mod development environment for [Project Zomboid](https://projectzomboid.com/blog/).

Expand Down Expand Up @@ -28,7 +28,7 @@ ZomboidMod serves as an umbrella for these tools, connecting everything you need

## Where do I get it?

Download the [latest release](https://github.com/real-coco-labs/pz-zmod/releases/latest) from the repository.
Download the [latest release](https://github.com/cocolabs/pz-zmod/releases/latest) from the repository.

Note that you **should** not clone the repository and use it as a template.
Instead, obtain the latest release and follow the [installation](#installation) instructions.
Expand All @@ -49,7 +49,7 @@ Instead, obtain the latest release and follow the [installation](#installation)

### Setup

- Download the [latest release](https://github.com/real-coco-labs/pz-zmod/releases/latest) from the repository.
- Download the [latest release](https://github.com/cocolabs/pz-zmod/releases/latest) from the repository.

- Extract the release archive in your mod root directory (overwrite if updating).

Expand Down Expand Up @@ -139,7 +139,7 @@ Note that you can choose to include your full name or your Github username. It i

## Discussion

- Feel free to [open a ticket](https://github.com/real-coco-labs/pz-zmod/issues/new) if you have any problems, questions or suggestions regarding the project.
- Feel free to [open a ticket](https://github.com/cocolabs/pz-zmod/issues/new) if you have any problems, questions or suggestions regarding the project.
- You are also welcome to join us on [Discord](https://discord.gg/vCeydWCbd9) to talk about modding and follow community projects.

## License
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Give proper credits to those that helped make this project.

## License

MIT © [Yourname](https://github.com/real-coco-labs)
MIT © [Yourname](https://github.com/cocolabs)
2 changes: 1 addition & 1 deletion zdoc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
zomboidDoc.extendsFrom zomboidRuntimeOnly
}
dependencies {
// https://github.com/orgs/real-coco-labs/packages?repo_name=pz-zdoc
// https://github.com/orgs/cocolabs/packages?repo_name=pz-zdoc
zomboidDoc 'io.cocolabs:pz-zdoc:3.+'

// ZomboidDoc compiled Lua library
Expand Down

0 comments on commit 437d99a

Please sign in to comment.