Skip to content

Commit

Permalink
update for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsopacifer committed Jun 1, 2016
1 parent 2ab66ec commit 8157a25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# React Pomodoro

[![release](https://img.shields.io/badge/release-v0.2.1-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.2.1.zip)
[![release](https://img.shields.io/badge/release-v0.3.0-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.3.0.zip)

> Pomodoro timer for developers.
## Features

- **Offline support**
- **Times available:**
- Timer for code - 25min
- Timer for social - 5min
Expand All @@ -22,6 +23,10 @@
- **Basic controls:**
- Play button
- Pause button
- **Keyboard Shortcuts**
- Space: Play
- Ctrl + Left: Toggle mode
- Ctrl + Right: Toggle mode

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pomodoro",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pomodoro timer for developers.",
"license": "MIT",
"main": "webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/pomodoro.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# 2016-05-31:v2
# 2016-05-31:v3

CACHE:
/
Expand Down

0 comments on commit 8157a25

Please sign in to comment.