Version was set to 1.1.3.
This commit is contained in:
parent
acc7655e83
commit
79ab374f86
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
||||||
pkgname=kwh-cost
|
pkgname=kwh-cost
|
||||||
pkgver=1.1.2
|
pkgver=1.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Calculates cost of electricity."
|
pkgdesc="Calculates cost of electricity."
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define VERSION "1.1.2"
|
#define VERSION "1.1.3"
|
||||||
|
|
||||||
typedef long double price_t;
|
typedef long double price_t;
|
||||||
typedef long double wattage_t;
|
typedef long double wattage_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user