Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmcm committed Aug 14, 2022
1 parent 39a2c27 commit 13c94dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neocal"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Oscar Cortez <[email protected]>"]
license-file = "LICENSE"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NeoCal - Google Calendar Command Line Interface

**NeoCal** is a Rust application that allows you to access your Google Calendar(s) from a command line. It uses Google Apps Script platform to build his own data source, making
**NeoCal** is an application that allows you to access your Google Calendar(s) from a command line. It uses Google Apps Script platform to build his own data source, making
it less complicated to setup than using OAUTH config tokens.

## Installation
Expand All @@ -12,6 +12,7 @@ If you go the `cargo` route, you need to have it installed (usually using [rustu
```
cargo install neocal
```

Then you'll be able to run `neocal` from whichever directory you're in.

If you want other installation option, please go to the [Wiki Page](https://github.com/oscarmcm/neocal/wiki/Installing-Options)
Expand Down Expand Up @@ -58,7 +59,7 @@ List of things to add support in order of importance:
1. Add Calendar view
2. Allow number of weeks to view
- Should work for "Agenda" and "Calendar" mode
3. Agenda and Calendar shouldb able to filter or show events from Start to End
3. Agenda and Calendar should be able to filter or show events from Start to End

### Medium

Expand Down

0 comments on commit 13c94dd

Please sign in to comment.