Skip to content

Commit

Permalink
Changed the version number from 0.1.22 to 0.1.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
s5uishida committed Nov 24, 2019
1 parent 09624af commit 9c0a25d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: rainy - a tiny tool for iot data collection and monitoring
Bundle-SymbolicName: rainy
Bundle-Version: 0.1.22
Bundle-Version: 0.1.23
Automatic-Module-Name: rainy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Shigeru Ishida (s5uishida)
Expand Down Expand Up @@ -31,23 +31,23 @@ Import-Package: com.fasterxml.jackson.core;version="[2.9.9,3.0.0)",
org.influxdb;version="[2.15.0,3.0.0)",
org.influxdb.dto;version="[2.15.0,3.0.0)",
org.slf4j;version="[1.7.25,1.8.0)"
Export-Package: io.github.s5uishida.iot.rainy.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device;version="0.1.22",
io.github.s5uishida.iot.rainy.device.bh1750fvi;version="0.1.22",
io.github.s5uishida.iot.rainy.device.bh1750fvi.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.bme280;version="0.1.22",
io.github.s5uishida.iot.rainy.device.bme280.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.cc2650;version="0.1.22",
io.github.s5uishida.iot.rainy.device.cc2650.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.hcsr501;version="0.1.22",
io.github.s5uishida.iot.rainy.device.hcsr501.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.mhz19b;version="0.1.22",
io.github.s5uishida.iot.rainy.device.mhz19b.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.ppd42ns;version="0.1.22",
io.github.s5uishida.iot.rainy.device.ppd42ns.data;version="0.1.22",
io.github.s5uishida.iot.rainy.device.rcwl0516;version="0.1.22",
io.github.s5uishida.iot.rainy.device.rcwl0516.data;version="0.1.22",
io.github.s5uishida.iot.rainy.sender;version="0.1.22",
io.github.s5uishida.iot.rainy.sender.influxdb;version="0.1.22",
io.github.s5uishida.iot.rainy.sender.mqtt;version="0.1.22",
io.github.s5uishida.iot.rainy.util;version="0.1.22"
Export-Package: io.github.s5uishida.iot.rainy.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device;version="0.1.23",
io.github.s5uishida.iot.rainy.device.bh1750fvi;version="0.1.23",
io.github.s5uishida.iot.rainy.device.bh1750fvi.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.bme280;version="0.1.23",
io.github.s5uishida.iot.rainy.device.bme280.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.cc2650;version="0.1.23",
io.github.s5uishida.iot.rainy.device.cc2650.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.hcsr501;version="0.1.23",
io.github.s5uishida.iot.rainy.device.hcsr501.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.mhz19b;version="0.1.23",
io.github.s5uishida.iot.rainy.device.mhz19b.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.ppd42ns;version="0.1.23",
io.github.s5uishida.iot.rainy.device.ppd42ns.data;version="0.1.23",
io.github.s5uishida.iot.rainy.device.rcwl0516;version="0.1.23",
io.github.s5uishida.iot.rainy.device.rcwl0516.data;version="0.1.23",
io.github.s5uishida.iot.rainy.sender;version="0.1.23",
io.github.s5uishida.iot.rainy.sender.influxdb;version="0.1.23",
io.github.s5uishida.iot.rainy.sender.mqtt;version="0.1.23",
io.github.s5uishida.iot.rainy.util;version="0.1.23"
2 changes: 1 addition & 1 deletion src/io/github/s5uishida/iot/rainy/util/ConfigParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
public class ConfigParams {
public static final String NAME = "rainy - a tiny tool for iot data collection and monitoring";
public static final String VERSION = "0.1.22";
public static final String VERSION = "0.1.23";

public static final String CONFIG_DIR_PARAM = "config.dir";
public static final String CONFIG_FILE = "rainy.properties";
Expand Down

0 comments on commit 9c0a25d

Please sign in to comment.