Skip to content

Commit

Permalink
Merge pull request #1 from BRAVO68WEB/feat/raw-url
Browse files Browse the repository at this point in the history
feat/raw url
  • Loading branch information
BRAVO68WEB authored Apr 11, 2024
2 parents f50d82f + c81c363 commit e549ef1
Show file tree
Hide file tree
Showing 8 changed files with 977 additions and 823 deletions.
2 changes: 1 addition & 1 deletion backend/Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "backend"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions frontend/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ html(lang='en')
button#share-button.btn(aria-label='Share')
a(href='https://github.com/BRAVO68WEB/zer0bin' aria-label='GitHub repo')
button#github-button.btn(aria-label='GitHub')
button#open-raw-button.btn(aria-label='Raw')
span.viewcounter.noselect#viewcounter-label(style='visibility: hidden; display: none') Views: 
span.viewcounter.noselect#viewcounter-count(style='visibility: hidden; display: none')

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zer0bin",
"source": "index.pug",
"version": "1.1.1",
"version": "1.1.2",
"browserslist": "> 0.5%, last 2 versions, not dead",
"license": "MIT",
"scripts": {
Expand Down
Loading

0 comments on commit e549ef1

Please sign in to comment.