Version was set to 1.1.3.

This commit is contained in:
Alexander Andreev 2024-05-19 21:57:38 +04:00
parent acc7655e83
commit 79ab374f86
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
pkgname=kwh-cost
pkgver=1.1.2
pkgver=1.1.3
pkgrel=1
pkgdesc="Calculates cost of electricity."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')

View File

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#define VERSION "1.1.2"
#define VERSION "1.1.3"
typedef long double price_t;
typedef long double wattage_t;