set version to 1.0.0

This commit is contained in:
Konstantin Stepanov 2016-04-19 18:09:49 +03:00
parent 33216b6ed1
commit a088f2b9f6
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "systemd-crontab-generator"
version = "1.0.0-rc9"
version = "1.0.0"
dependencies = [
"cronparse 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "systemd-crontab-generator"
readme = "README.md"
repository = "https://github.com/systemd-cron/systemd-cron-next"
version = "1.0.0-rc9"
version = "1.0.0"
[build-dependencies]
handlebars = "0.12.0"

View File

@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
pkgver=1.0.0.rc8
_gitver=1.0.0-rc8
pkgver=1.0.0
_gitver=1.0.0
pkgrel=1
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"