Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Nov 15, 2022
1 parent 0bd51a4 commit 893713c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
license:
name: MIT
url: https://github.com/tiki/l0-storage/blob/main/LICENSE
version: 0.0.14
version: 0.0.15
servers:
- url: https://storage.l0.mytiki.com
paths:
Expand All @@ -23,7 +23,7 @@ paths:
properties:
key:
type: string
block:
content:
type: string
responses:
"201":
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytiki</groupId>
<artifactId>l0_storage</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
<packaging>jar</packaging>

<name>L0 Storage</name>
Expand Down
2 changes: 1 addition & 1 deletion worker/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l0-storage-upload",
"version": "0.0.14",
"version": "0.0.15",
"type": "module",
"devDependencies": {
"@babel/core": "^7.20.2",
Expand Down

0 comments on commit 893713c

Please sign in to comment.