Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Oct 30, 2023
1 parent acabebe commit 2e93d36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityssm/emile",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"type": "module",
"description": "EMILE (Energy Monitoring in Less Effort) - An application to aggregate energy consumption data across several municipal assets and report usage to monitor and manage emissions. Makes bringing together Green Button and CSV data sources a breeze!",
"exports": "./app.js",
Expand Down
2 changes: 1 addition & 1 deletion version.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const version = "1.0.0-alpha.2";
export declare const version = "1.0.0-alpha.3";
export default version;
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const version = '1.0.0-alpha.2';
export const version = '1.0.0-alpha.3';
export default version;
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = '1.0.0-alpha.2'
export const version = '1.0.0-alpha.3'

export default version

0 comments on commit 2e93d36

Please sign in to comment.