Skip to content

Commit 86c2da9

Browse files
committed
Release v1.0.0
See ./CHANGELOG.md for more information
1 parent 3d0a15d commit 86c2da9

11 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## v1.0.0
99

1010
- Add [Recrafted](https://recrafted.madefor.cc) support.
1111
- Add package remotes.

packages/unicornpkg-provider-com.github.gist.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-com.github.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-com.github.release.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-com.gitlab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-com.pastebin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-dev.devbin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-local.generic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-local.string.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

packages/unicornpkg-provider-org.bitbucket.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package.rel.depends = {
1414
}
1515
package.pkgType = "com.github"
1616
package.unicornSpec = "v1.0.0"
17-
package.version = "0.1.0"
17+
package.version = "1.0.0"
1818

1919
return package

0 commit comments

Comments
 (0)